forked from ageron/handson-ml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
33 lines (27 loc) · 989 Bytes
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
jupyter
matplotlib
numpy
pandas
Pillow
scikit-learn
scipy
git+git://github.com/tensorflow/skflow.git
sympy
wheel
######
#####
#### Uncomment the right version of TensorFlow for your system
###
##
# Python 2, Ubuntu/Linux 64-bit, CPU only:
https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.7.0-py2-none-linux_x86_64.whl
# Python 2, Ubuntu/Linux 64-bit, GPU enabled:
#https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.7.0-py2-none-linux_x86_64.whl
# Python 2, Mac OS X, CPU only:
#https://storage.googleapis.com/tensorflow/mac/tensorflow-0.7.0-py2-none-any.whl
# Python 3, Ubuntu/Linux 64-bit, CPU only:
#https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.7.0-py3-none-linux_x86_64.whl
# Python 3, Ubuntu/Linux 64-bit, GPU enabled:
#https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.7.0-py3-none-linux_x86_64.whl
# Python 3, Mac OS X, CPU only:
#https://storage.googleapis.com/tensorflow/mac/tensorflow-0.7.0-py3-none-any.whl