diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000..709d711 --- /dev/null +++ b/environment.yml @@ -0,0 +1,15 @@ +name: myenvironment +channels: + - conda-forge +dependencies: + - python + - numpy + - pip + - pip: + - torch + - matplotlib + - sklearn + - pandas + - tqdm + - torchvision +