Spaces:
Runtime error
Runtime error
Create environment-dev.yml
Browse files- environment-dev.yml +10 -0
environment-dev.yml
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name: bertformer
|
| 2 |
+
channels:
|
| 3 |
+
- conda-forge
|
| 4 |
+
dependencies:
|
| 5 |
+
- jupyter
|
| 6 |
+
- jupyter_client
|
| 7 |
+
- jupyter_console
|
| 8 |
+
- jupyter_contrib_core
|
| 9 |
+
- jupyter_contrib_nbextensions
|
| 10 |
+
- matplotlib
|