Unverified Commit 569c35e0 authored by J-shang's avatar J-shang Committed by GitHub
Browse files

move ipython required to develop (#3411)

parent cae4308f
...@@ -7,3 +7,4 @@ sphinxcontrib-websupport ...@@ -7,3 +7,4 @@ sphinxcontrib-websupport
nbsphinx nbsphinx
pytest pytest
coverage coverage
ipython
...@@ -13,7 +13,6 @@ scikit-learn >= 0.24.1 ...@@ -13,7 +13,6 @@ scikit-learn >= 0.24.1
websockets websockets
filelock filelock
prettytable prettytable
ipython
dataclasses ; python_version < "3.7" dataclasses ; python_version < "3.7"
numpy < 1.19.4 ; sys_platform == "win32" numpy < 1.19.4 ; sys_platform == "win32"
numpy < 1.20 ; sys_platform != "win32" and python_version < "3.7" numpy < 1.20 ; sys_platform != "win32" and python_version < "3.7"
......
...@@ -21,5 +21,6 @@ filelock ...@@ -21,5 +21,6 @@ filelock
prettytable prettytable
psutil psutil
ruamel.yaml ruamel.yaml
ipython
https://download.pytorch.org/whl/cpu/torch-1.7.1%2Bcpu-cp37-cp37m-linux_x86_64.whl https://download.pytorch.org/whl/cpu/torch-1.7.1%2Bcpu-cp37-cp37m-linux_x86_64.whl
https://download.pytorch.org/whl/cpu/torchvision-0.8.2%2Bcpu-cp37-cp37m-linux_x86_64.whl https://download.pytorch.org/whl/cpu/torchvision-0.8.2%2Bcpu-cp37-cp37m-linux_x86_64.whl
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment