Skip to content

Commit

Permalink
Merge branch 'main' into jp-3805
Browse files Browse the repository at this point in the history
  • Loading branch information
tapastro authored Dec 20, 2024
2 parents 8a39a95 + d84b415 commit 35726e9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ classifiers = [
"Programming Language :: Python :: 3",
]
dependencies = [
"astropy >=5.0.4",
"astropy >=6.0.0",
"drizzle>=1.15.0",
"scipy >=1.7.2",
"scikit-image>=0.19",
"numpy >=1.21.2",
"scipy >=1.14.1",
"scikit-image>=0.20.0",
"numpy >=1.25.0",
"opencv-python-headless >=4.6.0.66",
"asdf >=2.15.0",
"gwcs @ git+https://github.com/spacetelescope/gwcs.git@master",
"asdf >=3.3.0",
"gwcs >=0.22.0",
"tweakwcs >=0.8.8",
"requests >=2.22",
]
Expand Down

0 comments on commit 35726e9

Please sign in to comment.