Skip to content

Commit 9176cb8

Browse files
committed
Fix dep issue conda create env for glumpy
Previously, running `conda create env` with the environment.yaml file generates ModuleNotFoundError for Cython even though Cython is listed just before glumpy in pip dependency list. Increasing glumpy version solves this issue.
1 parent 7170282 commit 9176cb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

environment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies:
4545
- pypng==0.0.20
4646
- PyOpenGL==3.1.0
4747
- Cython==0.29.21
48-
- glumpy==1.1.0
48+
- glumpy==1.2.0
4949
- ipdb==0.12.3
5050
- colorama==0.4.3
5151
- scikit-video==1.1.11

0 commit comments

Comments
 (0)