We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a19757b + b77c94d commit d9b854eCopy full SHA for d9b854e
changes/9803.general.rst
@@ -0,0 +1 @@
1
+Remove the direct dependency on opencv as this is unused within jwst code and only indirectly used via stcal (which has opencv as a dependency).
pyproject.toml
@@ -25,7 +25,6 @@ dependencies = [
25
# "gwcs>=0.22.0,<0.23.0",
26
"gwcs @ git+https://github.com/spacetelescope/gwcs.git@master",
27
"numpy>=1.25",
28
- "opencv-python-headless>=4.6.0.66",
29
"photutils>=2.1.0",
30
"pyparsing>=2.2.1",
31
"requests>=2.31",
0 commit comments