Skip to content

Commit 9fe1f9c

Browse files
committed
added more_itertools requirement for 3.11
1 parent fb99533 commit 9fe1f9c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ dependencies:
88
- scipy
99
- opencv # different from PIP!
1010
- matplotlib
11+
- more_itertools
1112

1213
# - pip
1314
# - pip:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ dependencies = [
1717
"torch",
1818
"numpy",
1919
"scipy",
20+
"more_itertools",
2021
"matplotlib",
2122
"opencv-python",
2223
]

0 commit comments

Comments
 (0)