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 dd330a8 commit 905d0a1Copy full SHA for 905d0a1
environment.yml
@@ -23,7 +23,7 @@ dependencies:
23
- click-plugins
24
- darknet
25
- entrypoints
26
- - fsspec
+ - fsspec <=0.7.5
27
- numpy
28
- pillow
29
setup.py
@@ -14,7 +14,7 @@
14
"click>=7.0",
15
"click-plugins",
16
"entrypoints",
17
- "fsspec",
+ "fsspec <=0.7.5",
18
"numpy",
19
"pillow",
20
# fmt: on
0 commit comments