Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Dec 19, 2024
1 parent 4953380 commit 8f0186b
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 8f0186b

Please sign in to comment.