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:
2424 - darknet
2525 - entrypoints
2626 - fsspec
27- - intake
2827 - numpy
2928 - pillow
3029
30+ # Zoo Optional Requirements
31+ - intake
32+
3133 # Test Requirements (setup.py:test_requirements)
3234 - pytest >=3
3335 - pytest-cov
Original file line number Diff line number Diff line change 1515 "click-plugins" ,
1616 "entrypoints" ,
1717 "fsspec" ,
18- "intake" ,
1918 "numpy" ,
2019 "pillow" ,
2120 # fmt: on
4847 # fmt: on
4948]
5049
50+ zoo_requirements = [
51+ # fmt: off
52+ "intake" ,
53+ # fmt: on
54+ ]
55+
5156conda_requires = {
5257 # fmt: off
5358 "build" : [
6065 ],
6166 "test" : [
6267 "darknet-cpu >=0.0.20200614"
68+ "intake"
6369 ],
6470 # fmt: on
6571}
134140 # fmt: off
135141 "test" : test_requirements ,
136142 "doc" : doc_requirements ,
143+ "zoo" : zoo_requirements ,
137144 # fmt: on
138145 },
139146 url = "https://github.com/zeroae/darknet.py" ,
You can’t perform that action at this time.
0 commit comments