Add anaconda environment
This commit is contained in:
parent
5d8fba3486
commit
22f7387554
17
environment.yml
Normal file
17
environment.yml
Normal file
@ -0,0 +1,17 @@
|
||||
name: ml_env
|
||||
channels:
|
||||
- conda-forge
|
||||
- alex-marty
|
||||
- defaults
|
||||
dependencies:
|
||||
- pip
|
||||
- matplotlib
|
||||
- pytorch
|
||||
- scikit-learn
|
||||
- kaggle
|
||||
- numpy
|
||||
- tensorflow
|
||||
- pandas
|
||||
- mlflow
|
||||
- sacred
|
||||
prefix: /Volumes/seagate/ium_434704/miniconda3/envs/ml_env
|
Loading…
Reference in New Issue
Block a user