Added conda's environment.yml

This commit is contained in:
Kamil Guttmann 2022-05-21 17:20:42 +02:00
parent 4a3925baf6
commit 4c39994a2d

13
environment.yml Normal file
View File

@ -0,0 +1,13 @@
name: ium_env
channels:
- conda-forge
- defaults
dependencies:
- kaggle
- pandas
- scikit-learn
- tensorflow
- matplotlib
- sacred
- mlflow
prefix: /home/mrpoldi/miniconda3/envs/ium_env