We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb99533 commit 9fe1f9cCopy full SHA for 9fe1f9c
environment.yml
@@ -8,6 +8,7 @@ dependencies:
8
- scipy
9
- opencv # different from PIP!
10
- matplotlib
11
+ - more_itertools
12
13
# - pip
14
# - pip:
pyproject.toml
@@ -17,6 +17,7 @@ dependencies = [
17
"torch",
18
"numpy",
19
"scipy",
20
+ "more_itertools",
21
"matplotlib",
22
"opencv-python",
23
]
0 commit comments