Diff of /environment.yml [000000] .. [66af30]

Switch to unified view

a b/environment.yml
1
name: EEGToText
2
channels:
3
  - pytorch
4
  - anaconda
5
  - conda-forge
6
  - huggingface
7
dependencies:
8
  - pytorch=1.9.0
9
  - torchaudio=0.9.0
10
  - cudatoolkit=11.1
11
  - scipy=1.6.2
12
  - h5py=2.10.0
13
  - tqdm=4.62.0
14
  - matplotlib=3.3.2
15
  - transformers=4.6.1
16
  - nltk=3.5
17
  - pip=21.0.1
18
  - pip:
19
    - fuzzy-match==0.0.1
20
    - rouge==1.0.0