Created
February 18, 2020 14:51
-
-
Save truatpasteurdotfr/6e451abc0f0726a00580d2ab9d868277 to your computer and use it in GitHub Desktop.
mxnet_cu101mkl-1.5.1.post0-py2.py3-none-manylinux1_x86_64.whl and mxnet_mkl-1.5.1.post0-py2.py3-none-manylinux1_x86_64.whl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+ python -m pip install mxnet-cu101mkl 'numpy<1.17' | |
Collecting mxnet-cu101mkl | |
Downloading mxnet_cu101mkl-1.5.1.post0-py2.py3-none-manylinux1_x86_64.whl (587.7 MB) | |
Collecting numpy<1.17 | |
Downloading numpy-1.16.6-cp36-cp36m-manylinux1_x86_64.whl (17.4 MB) | |
Requirement already satisfied: requests<3,>=2.20.0 in /opt/miniconda3/lib/python3.6/site-packages (from mxnet-cu101mkl) (2.22.0) | |
Collecting graphviz<0.9.0,>=0.8.1 | |
Downloading graphviz-0.8.4-py2.py3-none-any.whl (16 kB) | |
Requirement already satisfied: certifi>=2017.4.17 in /opt/miniconda3/lib/python3.6/site-packages (from requests<3,>=2.20.0->mxnet-cu101mkl) (2019.11.28) | |
Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /opt/miniconda3/lib/python3.6/site-packages (from requests<3,>=2.20.0->mxnet-cu101mkl) (3.0.4) | |
Requirement already satisfied: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in /opt/miniconda3/lib/python3.6/site-packages (from requests<3,>=2.20.0->mxnet-cu101mkl) (1.25.8) | |
Requirement already satisfied: idna<2.9,>=2.5 in /opt/miniconda3/lib/python3.6/site-packages (from requests<3,>=2.20.0->mxnet-cu101mkl) (2.8) | |
Installing collected packages: numpy, graphviz, mxnet-cu101mkl | |
Successfully installed graphviz-0.8.4 mxnet-cu101mkl-1.5.1.post0 numpy-1.16.6 | |
+ python -m pip install opencv_python pyqtgraph natsort google-cloud-storage tqdm cellpose scikit-image 'numba>=0.43.1' scipy matplotlib | |
Collecting opencv_python | |
Downloading opencv_python-4.2.0.32-cp36-cp36m-manylinux1_x86_64.whl (28.2 MB) | |
Collecting pyqtgraph | |
Downloading pyqtgraph-0.10.0.tar.gz (1.5 MB) | |
Collecting natsort | |
Downloading natsort-7.0.1-py3-none-any.whl (33 kB) | |
Collecting google-cloud-storage | |
Downloading google_cloud_storage-1.26.0-py2.py3-none-any.whl (75 kB) | |
Requirement already satisfied: tqdm in /opt/miniconda3/lib/python3.6/site-packages (4.42.1) | |
Collecting cellpose | |
Downloading cellpose-0.0.1.22-py3-none-any.whl (146 kB) | |
Collecting scikit-image | |
Downloading scikit_image-0.16.2-cp36-cp36m-manylinux1_x86_64.whl (26.5 MB) | |
Collecting numba>=0.43.1 | |
Downloading numba-0.48.0-cp36-cp36m-manylinux1_x86_64.whl (2.5 MB) | |
Collecting scipy | |
Downloading scipy-1.4.1-cp36-cp36m-manylinux1_x86_64.whl (26.1 MB) | |
Collecting matplotlib | |
Downloading matplotlib-3.1.3-cp36-cp36m-manylinux1_x86_64.whl (13.1 MB) | |
Requirement already satisfied: numpy>=1.11.3 in /opt/miniconda3/lib/python3.6/site-packages (from opencv_python) (1.16.6) | |
Collecting google-cloud-core<2.0dev,>=1.2.0 | |
Downloading google_cloud_core-1.3.0-py2.py3-none-any.whl (26 kB) | |
Collecting google-auth<2.0dev,>=1.11.0 | |
Downloading google_auth-1.11.2-py2.py3-none-any.whl (76 kB) | |
Collecting google-resumable-media<0.6dev,>=0.5.0 | |
Downloading google_resumable_media-0.5.0-py2.py3-none-any.whl (38 kB) | |
Collecting mxnet-mkl | |
Downloading mxnet_mkl-1.5.1.post0-py2.py3-none-manylinux1_x86_64.whl (61.8 MB) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment