Start-GPT commited on
Commit
e39e59c
1 Parent(s): fa85ffc

Create environment-dev.yml

Browse files
Files changed (1) hide show
  1. 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