Skip to content

Commit

Permalink
constrain opencv version due to new qt dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eberrigan committed Apr 8, 2024
1 parent a5de8a6 commit a7349a5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ requirements:
- conda-forge::jsmin
- conda-forge::jsonpickle ==1.2
- conda-forge::networkx
- conda-forge::opencv
- conda-forge::opencv <4.9.0
- conda-forge::pandas
- conda-forge::pillow >=8.3.2
- conda-forge::psutil
Expand Down Expand Up @@ -70,7 +70,7 @@ requirements:
- conda-forge::jsonpickle ==1.2
- conda-forge::networkx
- numpy >=1.19.5,<1.23.0 # Linux likes anaconda, windows likes conda-forge
- conda-forge::opencv
- conda-forge::opencv <4.9.0
- conda-forge::pandas
- conda-forge::pillow >=8.3.2
- conda-forge::psutil
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
- conda-forge::jsonpickle ==1.2
- conda-forge::networkx
- anaconda::numpy >=1.19.5,<1.23.0
- conda-forge::opencv
- conda-forge::opencv <4.9.0
- conda-forge::pandas
- conda-forge::pip
- conda-forge::pillow #>=8.3.1,<=8.4.0
Expand Down
2 changes: 1 addition & 1 deletion environment_no_cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
- conda-forge::jsonpickle ==1.2
- conda-forge::networkx
- anaconda::numpy >=1.19.5,<1.23.0
- conda-forge::opencv
- conda-forge::opencv <4.9.0
- conda-forge::pandas
- conda-forge::pip
- conda-forge::pillow #>=8.3.1,<=8.4.0
Expand Down

0 comments on commit a7349a5

Please sign in to comment.