sidaw commited on
Commit
61798e7
1 Parent(s): 135b2e0
Files changed (1) hide show
  1. environment.yml +21 -0
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