diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000..1cadd27 --- /dev/null +++ b/environment.yml @@ -0,0 +1,13 @@ +name: ium +channels: + - conda-forge + - defaults +dependencies: + - sacred + - scikit-learn + - tensorflow + - pandas + - matplotlib + - numpy + - mlflow +prefix: /home/pogoda/anaconda3/envs/ium