sidaw commited on
Commit
e8ddd9f
1 Parent(s): e338500
Files changed (2) hide show
  1. environment-old-lib.yml +20 -0
  2. environment.yml +21 -0
environment-old-lib.yml ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: ds1000-py310-old
2
+ channels:
3
+ - defaults
4
+ - conda-forge
5
+ dependencies:
6
+ - python=3.10
7
+ - yaml
8
+ - pip
9
+ - pip:
10
+ - gensim==4.2.0
11
+ - matplotlib==3.5.2
12
+ - numpy==1.21.6
13
+ - pandas==1.3.5
14
+ - scikit-learn==1.0.2
15
+ - scipy==1.7.3
16
+ - seaborn==0.11.2
17
+ - statsmodels==0.13.2
18
+ - tensorflow==2.10.0
19
+ - torch==1.12.1
20
+ - xgboost==1.6.2
environment.yml ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: ds1000-py310
2
+ channels:
3
+ - defaults
4
+ - conda-forge
5
+ - pytorch
6
+ dependencies:
7
+ - python=3.10
8
+ - gensim==4.3.2
9
+ - matplotlib==3.8.4
10
+ - numpy==1.26.4
11
+ - pandas==1.5.3
12
+ - pytorch::cpuonly
13
+ - pytorch::pytorch==2.2.0
14
+ - seaborn==0.13.2
15
+ - scikit-learn==1.4.0
16
+ - scipy==1.12.0
17
+ - statsmodels==0.14.1
18
+ - xgboost==2.0.3
19
+ - yaml
20
+ - pip:
21
+ - tensorflow-cpu==2.16.1