Skip to content

Commit d84b415

Browse files
authored
update gwcs dependency to released version, update other dependencies (to allow minimum deps to pass) (#328)
2 parents 4953380 + 8f0186b commit d84b415

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: pyproject.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ classifiers = [
1313
"Programming Language :: Python :: 3",
1414
]
1515
dependencies = [
16-
"astropy >=5.0.4",
16+
"astropy >=6.0.0",
1717
"drizzle>=1.15.0",
18-
"scipy >=1.7.2",
19-
"scikit-image>=0.19",
20-
"numpy >=1.21.2",
18+
"scipy >=1.14.1",
19+
"scikit-image>=0.20.0",
20+
"numpy >=1.25.0",
2121
"opencv-python-headless >=4.6.0.66",
22-
"asdf >=2.15.0",
23-
"gwcs @ git+https://github.com/spacetelescope/gwcs.git@master",
22+
"asdf >=3.3.0",
23+
"gwcs >=0.22.0",
2424
"tweakwcs >=0.8.8",
2525
"requests >=2.22",
2626
]

0 commit comments

Comments
 (0)