forked from cgpotts/cs224u
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
40 lines (36 loc) · 1.18 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
######################################################################
# The requirements installed in this block are met by using Anaconda.
# Only people working in their own virtual environments should install
# them via this script.
#
# numpy>=1.15.0
# scipy>=1.1.0
# matplotlib>=3.0.0
# scikit-learn >= 0.20.0
# nltk>=3.4.0
# python-dateutil>=2.7.0
# pytest==4.0.0
# jupyter==1.0.0
#
######################################################################
mittens>=0.1
######################################################################
# For NLTK, the data distibution needs to be downloaded separately:
#
# https://www.nltk.org/data.html
######################################################################
# PyTorch is required. For installation instructions, see
#
# If you're using Anaconda, we suggest
#
# conda install -c pytorch pytorch
######################################################################
# Tensorflow is required. It should be installed via the instructions
# provided by the TensorFlow team, which depend on your computing
# environment:
#
# https://www.tensorflow.org/install/
#
# If you're using Anaconda, we suggest
#
# conda install -c conda-forge tensorflow