-
Notifications
You must be signed in to change notification settings - Fork 14
/
environment.yml
45 lines (45 loc) · 1 KB
/
environment.yml
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
41
42
43
44
45
name: tell
channels:
- pytorch
- defaults
- conda-forge
dependencies:
- autopep8=1.4.4
- cudatoolkit=10.2.89
- cython=0.29.15
- ipykernel=5.1.4
- matplotlib=3.1.3
- mypy=0.750
- numpy=1.17.2
- pip=20.0.2
- pillow=7.1.2
- pytorch=1.5.1
- python=3.7.4
- pyyaml=5.1.2
- torchvision=0.6.1
- pip:
- allennlp==0.9.0
- beautifulsoup4==4.8.2
- django==3.0.5
- djangorestframework==3.11.0
- django-cors-headers==3.2.1
- docopt==0.6.2
- langdetect==1.0.7
- nltk==3.4.5
- overrides==2.8.0
- opencv-python==4.2.0.34
- Pillow==7.0.0
- ptvsd==4.3.2
- pudb==2019.2
- git+git://github.com/salaniz/pycocoevalcap.git@a6b79b0fbd0f4f293634831e4e09405de2abc955
- pymongo==3.10.1
- pyzmq==19.0.0
- gunicorn==20.0.4
- schema==0.7.1
- spacy==2.1.9
- stop-words==2018.7.23
- tensorboard==2.1.1
- textstat==0.6.0
- termcolor==1.1.0
- tqdm==4.43.0
- transformers==2.5.1