Added pycocotools as dependency
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
parent
05ea13d252
commit
f6699b8444
|
@ -0,0 +1 @@
|
||||||
|
requirements.txt
|
|
@ -0,0 +1 @@
|
||||||
|
git+https://github.com/philferriere/cocoapi.git#egg=pycocotools&subdirectory=PythonAPI
|
1
setup.py
1
setup.py
|
@ -35,6 +35,7 @@ setup(
|
||||||
package_data={},
|
package_data={},
|
||||||
entry_points={},
|
entry_points={},
|
||||||
python_requires="~=3.6",
|
python_requires="~=3.6",
|
||||||
|
setup_requires=['cython'],
|
||||||
install_requires=["tensorflow-gpu", "Pillow", "h5py", "numpy", 'opencv-python', 'scikit-learn', 'tqdm',
|
install_requires=["tensorflow-gpu", "Pillow", "h5py", "numpy", 'opencv-python', 'scikit-learn', 'tqdm',
|
||||||
'beautifulsoup4'],
|
'beautifulsoup4'],
|
||||||
license="Apache License 2.0",
|
license="Apache License 2.0",
|
||||||
|
|
Loading…
Reference in New Issue