-
- Downloads
removed pkg-resources==0.0.0
pkg-resources breaks build when running `pip install -r requirements.txt` https://bugs.launchpad.net/ubuntu/+source/python-pip/+bug/1635463
... | @@ -9,7 +9,6 @@ Keras-Preprocessing==1.0.8 | ... | @@ -9,7 +9,6 @@ Keras-Preprocessing==1.0.8 |
Markdown==3.0.1 | Markdown==3.0.1 | ||
numpy==1.16.1 | numpy==1.16.1 | ||
opencv-python==4.0.0.21 | opencv-python==4.0.0.21 | ||
pkg-resources==0.0.0 | |||
protobuf==3.6.1 | protobuf==3.6.1 | ||
six==1.12.0 | six==1.12.0 | ||
tensorboard==1.12.2 | tensorboard==1.12.2 | ||
... | ... |
Please register or sign in to comment