Feat: conda

This commit is contained in:
Jakub Zaręba 2023-05-19 11:21:55 +02:00
parent 0e25c6462e
commit 9946997f5a

16
environment.yml Normal file
View File

@ -0,0 +1,16 @@
name: ium
channels:
- defaults
dependencies:
- python=3.11
- pip
- pip:
- mlflow
- keras
- pandas
- sacred
- pymongo
- tensorflow
- numpy
- scikit-learn
- matplotlib