Skip to content

Commit 774710c

Browse files
committed
fix conda python version to >=3.8 and opencv to 4.3.0
1 parent 9ba004d commit 774710c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

environment.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
channels:
22
- conda-forge
33
dependencies:
4-
- python=3.9
4+
- python>=3.8
55
- compilers
66
- cmake
77
- scikit-build
88
- pyyaml
9-
- opencv
9+
- opencv==4.3.0
1010
- mesa-libgl-devel-cos7-x86_64
1111
- mesa-dri-drivers-cos7-x86_64
1212
- libxcb
1313
- glew
1414
- glfw
1515
- librealsense
16-
- quaternion
1716
- eigen
17+
- numpy
18+
- quaternion

0 commit comments

Comments
 (0)