Herc commited on
Commit
9114a1b
·
1 Parent(s): f59ca2e

Rename Pipfile to requirements.txt

Browse files
Files changed (2) hide show
  1. Pipfile +0 -3
  2. requirements.txt +5 -0
Pipfile DELETED
@@ -1,3 +0,0 @@
1
- matplotlib.pyplot
2
- seaborn
3
- pandas
 
 
 
 
requirements.txt ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ streamlit==0.91.0
2
+ pandas==1.3.3
3
+ numpy==1.21.2
4
+ matplotlib==3.4.3
5
+ seaborn==0.11.2