diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000..436fa87 --- /dev/null +++ b/environment.yml @@ -0,0 +1,13 @@ +name: deepem +channels: + - defaults + - pytorch + - conda-forge +dependencies: + - python=3.8.* + - pytorch=1.8.* + - cudatoolkit=11.1 + - numpy + - pandas + - matplotlib + - jupyter