Advertisement
Guest User

pip_reqs_output

a guest
Feb 14th, 2019
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.20 KB | None | 0 0
  1. Collecting Cython (from -r requirements.txt (line 1))
  2. Using cached https://files.pythonhosted.org/packages/16/98/49aa24054e99e9c7734e49d6996662f547e4e2faae0051d35fbbc461afa4/Cython-0.29.5-cp36-cp36m-manylinux1_x86_64.whl
  3. Collecting numpy (from -r requirements.txt (line 2))
  4. Using cached https://files.pythonhosted.org/packages/f5/bf/4981bcbee43934f0adb8f764a1e70ab0ee5a448f6505bd04a87a2fda2a8b/numpy-1.16.1-cp36-cp36m-manylinux1_x86_64.whl
  5. Collecting sklearn (from -r requirements.txt (line 3))
  6. Collecting matplotlib (from -r requirements.txt (line 4))
  7. Using cached https://files.pythonhosted.org/packages/71/07/16d781df15be30df4acfd536c479268f1208b2dfbc91e9ca5d92c9caf673/matplotlib-3.0.2-cp36-cp36m-manylinux1_x86_64.whl
  8. Collecting argparse (from -r requirements.txt (line 5))
  9. Using cached https://files.pythonhosted.org/packages/f2/94/3af39d34be01a24a6e65433d19e107099374224905f1e0cc6bbe1fd22a2f/argparse-1.4.0-py2.py3-none-any.whl
  10. Collecting quadprog (from -r requirements.txt (line 6))
  11. Collecting scikit-learn (from sklearn->-r requirements.txt (line 3))
  12. Using cached https://files.pythonhosted.org/packages/0d/3a/b92670f5c368c20329ecc4c255993fae7934564d485c3ed7ea7b8da7f741/scikit_learn-0.20.2-cp36-cp36m-manylinux1_x86_64.whl
  13. Collecting cycler>=0.10 (from matplotlib->-r requirements.txt (line 4))
  14. Using cached https://files.pythonhosted.org/packages/f7/d2/e07d3ebb2bd7af696440ce7e754c59dd546ffe1bbe732c8ab68b9c834e61/cycler-0.10.0-py2.py3-none-any.whl
  15. Collecting pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.1 (from matplotlib->-r requirements.txt (line 4))
  16. Using cached https://files.pythonhosted.org/packages/de/0a/001be530836743d8be6c2d85069f46fecf84ac6c18c7f5fb8125ee11d854/pyparsing-2.3.1-py2.py3-none-any.whl
  17. Collecting python-dateutil>=2.1 (from matplotlib->-r requirements.txt (line 4))
  18. Using cached https://files.pythonhosted.org/packages/41/17/c62faccbfbd163c7f57f3844689e3a78bae1f403648a6afb1d0866d87fbb/python_dateutil-2.8.0-py2.py3-none-any.whl
  19. Collecting kiwisolver>=1.0.1 (from matplotlib->-r requirements.txt (line 4))
  20. Using cached https://files.pythonhosted.org/packages/69/a7/88719d132b18300b4369fbffa741841cfd36d1e637e1990f27929945b538/kiwisolver-1.0.1-cp36-cp36m-manylinux1_x86_64.whl
  21. Collecting scipy>=0.13.3 (from scikit-learn->sklearn->-r requirements.txt (line 3))
  22. Using cached https://files.pythonhosted.org/packages/7f/5f/c48860704092933bf1c4c1574a8de1ffd16bf4fde8bab190d747598844b2/scipy-1.2.1-cp36-cp36m-manylinux1_x86_64.whl
  23. Collecting six (from cycler>=0.10->matplotlib->-r requirements.txt (line 4))
  24. Using cached https://files.pythonhosted.org/packages/73/fb/00a976f728d0d1fecfe898238ce23f502a721c0ac0ecfedb80e0d88c64e9/six-1.12.0-py2.py3-none-any.whl
  25. Requirement already satisfied: setuptools in ./test_venv/lib/python3.6/site-packages (from kiwisolver>=1.0.1->matplotlib->-r requirements.txt (line 4)) (40.8.0)
  26. Installing collected packages: Cython, numpy, scipy, scikit-learn, sklearn, six, cycler, pyparsing, python-dateutil, kiwisolver, matplotlib, argparse, quadprog
  27. Successfully installed Cython-0.29.5 argparse-1.4.0 cycler-0.10.0 kiwisolver-1.0.1 matplotlib-3.0.2 numpy-1.16.1 pyparsing-2.3.1 python-dateutil-2.8.0 quadprog-0.1.6 scikit-learn-0.20.2 scipy-1.2.1 six-1.12.0 sklearn-0.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement