We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4953380 + 8f0186b commit d84b415Copy full SHA for d84b415
pyproject.toml
@@ -13,14 +13,14 @@ classifiers = [
13
"Programming Language :: Python :: 3",
14
]
15
dependencies = [
16
- "astropy >=5.0.4",
+ "astropy >=6.0.0",
17
"drizzle>=1.15.0",
18
- "scipy >=1.7.2",
19
- "scikit-image>=0.19",
20
- "numpy >=1.21.2",
+ "scipy >=1.14.1",
+ "scikit-image>=0.20.0",
+ "numpy >=1.25.0",
21
"opencv-python-headless >=4.6.0.66",
22
- "asdf >=2.15.0",
23
- "gwcs @ git+https://github.com/spacetelescope/gwcs.git@master",
+ "asdf >=3.3.0",
+ "gwcs >=0.22.0",
24
"tweakwcs >=0.8.8",
25
"requests >=2.22",
26
0 commit comments