forked from cgpotts/cs224u
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
34 lines (29 loc) · 844 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
34
######################################################################
# 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.20.0
# scipy>=1.7.0
# matplotlib>=3.4.0
# scikit-learn>=1.0.2
# nltk>=3.6.4
# pytest>=4.0.0
# jupyter>=1.0.0
# pandas>=1.3.4
######################################################################
# PyTorch is required. For installation instructions, see
#
# https://pytorch.org/get-started/locally/
#
# For local usage, the followng should suffice
#
# conda install pytorch torchvision -c pytorch
######################################################################
# Required installs even for conda
torch==1.10.0
torchvision==0.11.1
transformers==4.17.0
datasets==2.0.0
spacy
gitpython