Skip to content

Commit d9b854e

Browse files
drop opencv direct dependency (#9803)
2 parents a19757b + b77c94d commit d9b854e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

changes/9803.general.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ dependencies = [
2525
# "gwcs>=0.22.0,<0.23.0",
2626
"gwcs @ git+https://github.com/spacetelescope/gwcs.git@master",
2727
"numpy>=1.25",
28-
"opencv-python-headless>=4.6.0.66",
2928
"photutils>=2.1.0",
3029
"pyparsing>=2.2.1",
3130
"requests>=2.31",

0 commit comments

Comments
 (0)