Skip to content

Commit

Permalink
Restricted opencv to 3.2 (#3943)
Browse files Browse the repository at this point in the history
* Updated meta.yml and CMakeList.txt for 4.2 RC

* Removed nn label.

* Updated environment.yml file

* Change opencv to be constrained to 3.2

* Removed extra 0
  • Loading branch information
kaitlyndlee authored Jul 7, 2020
1 parent 92bd905 commit 6afeef9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies:
- nlohmann_json
- ninja==1.7.2
- nn
- opencv>=3.0.0,<=4.0.0
- opencv=3.2
- openssl>=1.0.0,<1.1.0
- pcl
- protobuf=3.9.1
Expand Down
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ requirements:
- nlohmann_json
- ninja==1.7.2
- nn
- opencv>=3.0.0,<=4.0.0
- opencv=3.2
- openssl>=1.0.0,<1.1.0
- pcl
- protobuf=3.9.1
Expand Down Expand Up @@ -132,7 +132,7 @@ requirements:
- nanoflann
- nlohmann_json
- nn
- opencv>=3.0.0,<=4.0.0
- opencv=3.2
- openssl>=1.0.0,<1.1.0
- pcl
- protobuf=3.9.1
Expand Down

0 comments on commit 6afeef9

Please sign in to comment.