forked from NervanaSystems/ngraph-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
22 lines (22 loc) · 1.09 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# tensorflow & protobuf
https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0rc0-cp27-none-linux_x86_64.whl; sys_platform == 'linux2' and python_version <= '2.7'
https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0rc0-cp34-cp34m-linux_x86_64.whl; sys_platform == 'linux' and python_version == '3.4'
https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0rc0-cp35-cp35m-linux_x86_64.whl; sys_platform == 'linux' and python_version == '3.5'
https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-0.11.0rc0-py2-none-any.whl; sys_platform == 'darwin' and python_version <= '2.7'
https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-0.11.0rc0-py3-none-any.whl; sys_platform == 'darwin' and python_version >='3.4,<=3.5'
# scipy (temporary add)
scipy
# autopep8 (temporary add)
autopep8==1.2.4
# other requirements
tqdm==4.8.4
enum34==1.1.6
cachetools
decorator
requests
# aeon (for examples using aeon only without neon)
#-e git://github.com/NervanaSystems/aeon.git@e759638574bfbd431ce23d044a90daed18a57cd0#egg=nervana-aeon
# notebooks
jupyter
nbconvert
nbformat