File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,12 @@ dependencies:
24
24
- darknet
25
25
- entrypoints
26
26
- fsspec
27
- - intake
28
27
- numpy
29
28
- pillow
30
29
30
+ # Zoo Optional Requirements
31
+ - intake
32
+
31
33
# Test Requirements (setup.py:test_requirements)
32
34
- pytest >=3
33
35
- pytest-cov
Original file line number Diff line number Diff line change 15
15
"click-plugins" ,
16
16
"entrypoints" ,
17
17
"fsspec" ,
18
- "intake" ,
19
18
"numpy" ,
20
19
"pillow" ,
21
20
# fmt: on
48
47
# fmt: on
49
48
]
50
49
50
+ zoo_requirements = [
51
+ # fmt: off
52
+ "intake" ,
53
+ # fmt: on
54
+ ]
55
+
51
56
conda_requires = {
52
57
# fmt: off
53
58
"build" : [
60
65
],
61
66
"test" : [
62
67
"darknet-cpu >=0.0.20200614"
68
+ "intake"
63
69
],
64
70
# fmt: on
65
71
}
134
140
# fmt: off
135
141
"test" : test_requirements ,
136
142
"doc" : doc_requirements ,
143
+ "zoo" : zoo_requirements ,
137
144
# fmt: on
138
145
},
139
146
url = "https://github.com/zeroae/darknet.py" ,
You can’t perform that action at this time.
0 commit comments