Ruqiya commited on
Commit
121e91d
1 Parent(s): b967c4c

Create new file

Browse files
Files changed (1) hide show
  1. py_env.yaml +15 -0
py_env.yaml ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # # Create conda environemnt
2
+ # conda env create -f py_env.yaml
3
+
4
+ # # Update Conda environement
5
+ # conda env update -f py_env.yaml --prune
6
+
7
+ name: twitter_env
8
+ channels:
9
+ - conda-forge
10
+ - defaults
11
+ dependencies:
12
+ - pip
13
+ - pip:
14
+ - gradio
15
+ - tweetnlp