lalalalalalalalalala
commited on
Commit
β’
5bea220
1
Parent(s):
b9ce907
Create environment.yml
Browse files- environment.yml +9 -0
environment.yml
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
name: my-space-env
|
2 |
+
channels:
|
3 |
+
- conda-forge
|
4 |
+
- defaults
|
5 |
+
dependencies:
|
6 |
+
- python=3.8
|
7 |
+
- pip
|
8 |
+
- pip:
|
9 |
+
- datasets
|