forked from ttanida/rgrg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.yml
48 lines (48 loc) · 1.06 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
46
47
48
name: rgrg_env
channels:
- pytorch
- conda-forge
- defaults
- pkgs/main
dependencies:
- spacy-model-en_core_web_trf
- pillow=9.2.0
- pip=22.2.2
- python=3.9.13
- pip:
- -e .
- albumentations==1.1.0
- bert-score==0.3.11
- datasets==2.3.2
- evaluate==0.2.2
- imagesize==1.3.0
- matplotlib==3.5.2
- nltk==3.7
- numpy==1.22.3
- opencv-python==4.5.5.64
- opencv-python-headless==4.6.0.66
- pandas==1.4.2
- pycocoevalcap==1.2
- pycocotools==2.0.5
- rouge-score==0.1.2
- scikit-image==0.19.3
- scikit-learn==1.1.2
- scipy==1.9.1
- setuptools==61.2.0
- spacy==3.4.1
- spacy-alignments==0.8.5
- spacy-legacy==3.0.10
- spacy-loggers==1.0.3
- spacy-transformers==1.1.8
- statsmodels==0.13.2
- tensorboard==2.9.0
- tensorboard-data-server==0.6.1
- tensorboard-plugin-wit==1.8.1
- tensorboardx==2.5.1
- tokenizers==0.12.1
- torch==1.12.1
- torchinfo==1.7.0
- torchmetrics==0.9.3
- torchvision==0.13.1
- tqdm==4.64.0
- transformers==4.19.2