Skip to content

Commit d2c6138

Browse files
committed
Add environment.yml
1 parent ec2eb76 commit d2c6138

File tree

2 files changed

+51
-1
lines changed

2 files changed

+51
-1
lines changed

environment.yml

+51
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
name: rgrg_env
2+
channels:
3+
- pytorch
4+
- conda-forge
5+
- defaults
6+
- pkgs/main
7+
dependencies:
8+
- spacy-model-en_core_web_trf
9+
- pillow=9.2.0
10+
- pip=22.2.2=pyhd8ed1ab_0
11+
- python=3.9.13=h9a8a25e_0_cpython
12+
- python_abi=3.9=2_cp39
13+
- pytorch=1.12.1=py3.9_cuda11.6_cudnn8.3.2_0
14+
- pytorch-mutex=1.0=cuda
15+
- torchaudio=0.12.1=py39_cu116
16+
- torchvision=0.13.1=py39_cu116
17+
- pip:
18+
- -e .
19+
- albumentations==1.1.0
20+
- bert-score==0.3.11
21+
- datasets==2.3.2
22+
- evaluate==0.2.2
23+
- imagesize==1.3.0
24+
- matplotlib==3.5.2
25+
- nltk==3.7
26+
- numpy==1.22.3
27+
- opencv-python==4.5.5.64
28+
- opencv-python-headless==4.6.0.66
29+
- pandas==1.4.2
30+
- pycocoevalcap==1.2
31+
- pycocotools==2.0.5
32+
- rouge-score==0.1.2
33+
- scikit-image==0.19.3
34+
- scikit-learn==1.1.2
35+
- scipy==1.9.1
36+
- setuptools==61.2.0
37+
- spacy==3.4.1
38+
- spacy-alignments==0.8.5
39+
- spacy-legacy==3.0.10
40+
- spacy-loggers==1.0.3
41+
- spacy-transformers==1.1.8
42+
- statsmodels==0.13.2
43+
- tensorboard==2.9.0
44+
- tensorboard-data-server==0.6.1
45+
- tensorboard-plugin-wit==1.8.1
46+
- tensorboardx==2.5.1
47+
- tokenizers==0.12.1
48+
- torchinfo==1.7.0
49+
- torchmetrics==0.9.3
50+
- tqdm==4.64.0
51+
- transformers==4.19.2

requirements.txt

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ albumentations==1.1.0
22
bert_score==0.3.11
33
datasets==2.3.2
44
evaluate==0.2.2
5-
GPUtil==1.4.0
65
imagesize==1.3.0
76
matplotlib==3.5.2
87
nltk==3.7

0 commit comments

Comments
 (0)