Feliks Zaslavskiy commited on
Commit
cf9bb91
1 Parent(s): a20b728

Add environment file for conda

Browse files
Files changed (2) hide show
  1. README.md +4 -0
  2. environment.yml +10 -0
README.md CHANGED
@@ -12,3 +12,7 @@ license: mit
12
  ---
13
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
12
  ---
13
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
15
+
16
+ For local testing
17
+ To create env file: conda env export --from-history > environment.yml
18
+ To create an env form env file: conda env create -f environment.yml
environment.yml ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ name: address
2
+ channels:
3
+ - defaults
4
+ dependencies:
5
+ - python=3.10
6
+ - sentence-transformers
7
+ - pandas
8
+ - openpyxl
9
+ - xlsxwriter
10
+ prefix: /Users/fzaslavs/opt/anaconda3/envs/address