REK-proj-2/environment.yml
2021-06-28 20:18:14 +02:00

17 lines
280 B
YAML

name: rs-class-env
channels:
- defaults
dependencies:
- pip=21.0.1
- python=3.8.8
- numpy==1.20.1
- matplotlib==3.3.2
- ipykernel==5.5.0
- pandas==1.2.3
- hyperopt==0.2.5
- seaborn==0.11.1
- pip:
- sklearn==0.0
- torch==1.8.0
- livelossplot==0.5.4