Skip to content

Commit

Permalink
update requirements. pin drizzle
Browse files Browse the repository at this point in the history
  • Loading branch information
mcara committed Oct 24, 2024
1 parent 60d0c75 commit a73900c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies = [
"astropy>=5.3",
"BayesicFitting>=3.0.1",
"crds>=11.17.14",
"drizzle @ git+https://github.com/mcara/drizzle.git@redesign-api",
"drizzle>=2.0.0",
"gwcs>=0.21.0,<0.23.0",
"numpy>=1.22,<2.0",
"opencv-python-headless>=4.6.0.66",
Expand Down Expand Up @@ -266,7 +266,7 @@ lint.ignore = [
"E741", # ambiguous variable name (O/0, l/I, etc.)
"E722", # Do not use bare `except`
"ANN101", # Missing type annotation for self in method
"ANN102", # Missing type annotation for cls in classmethod
"ANN102", # Missing type annotation for cls in classmethod
]

[tool.ruff.lint.per-file-ignores]
Expand Down

0 comments on commit a73900c

Please sign in to comment.