BSJ2004 commited on
Commit
5b8bbb4
1 Parent(s): 2e45e64

Create environment.yml

Browse files
Files changed (1) hide show
  1. environment.yml +11 -0
environment.yml ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: crime-deployment-app
2
+ channels:
3
+ - defaults
4
+ dependencies:
5
+ - python=3.8
6
+ - pip
7
+ - streamlit
8
+ - pandas
9
+ - numpy
10
+ - scikit-learn
11
+ - geopy