hendrydong commited on
Commit
aeb4c85
·
1 Parent(s): e6e9f8b

Create environment.yaml

Browse files
Files changed (1) hide show
  1. environment.yaml +9 -0
environment.yaml ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ name: robin-space
2
+ channels:
3
+ - defaults
4
+ - conda-forge
5
+ - pytorch
6
+ dependencies:
7
+ - python=3.9
8
+ - pip
9
+ - mpi4py