DS-1000 / environment.yml
sidaw's picture
add env
61798e7
name: ds1000-py310
channels:
- defaults
- conda-forge
- pytorch
dependencies:
- python=3.10
- gensim==4.3.2
- matplotlib==3.8.4
- numpy==1.26.4
- pandas==1.5.3
- pytorch::cpuonly
- pytorch::pytorch==2.2.0
- seaborn==0.13.2
- scikit-learn==1.4.0
- scipy==1.12.0
- statsmodels==0.14.1
- xgboost==2.0.3
- yaml
- pip:
- tensorflow-cpu==2.16.1