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 6828042 commit 5262c25Copy full SHA for 5262c25
environment.yml
@@ -24,10 +24,12 @@ dependencies:
24
- darknet
25
- entrypoints
26
- fsspec
27
- - intake
28
- numpy
29
- pillow
30
+ # Zoo Optional Requirements
31
+ - intake
32
+
33
# Test Requirements (setup.py:test_requirements)
34
- pytest >=3
35
- pytest-cov
setup.py
@@ -47,6 +47,12 @@
47
# fmt: on
48
]
49
50
+zoo_requirements = [
51
+ # fmt: off
52
+ "intake",
53
+ # fmt: on
54
+]
55
56
conda_requires = {
57
# fmt: off
58
"build": [
@@ -134,9 +140,7 @@
134
140
135
141
"test": test_requirements,
136
142
"doc": doc_requirements,
137
- "zoo": [
138
- "intake"
139
- ]
143
+ "zoo": zoo_requirements,
144
145
},
146
url="https://github.com/zeroae/darknet.py",
0 commit comments