Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamJamieson committed Dec 19, 2024
1 parent 9ab3734 commit 2fe42be
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,17 @@ 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",
"spherical-geometry>=1.2.22"
]
dynamic = [
"version",
Expand Down

0 comments on commit 2fe42be

Please sign in to comment.