tappyness1 commited on
Commit
86236e4
·
1 Parent(s): 79402cb

Initial Commit

Browse files
Files changed (2) hide show
  1. .gitignore +2 -0
  2. requirements.txt +3 -0
.gitignore CHANGED
@@ -0,0 +1,2 @@
 
 
 
1
+ __pycache__
2
+ *.yaml
requirements.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ plotly==5.24.1
2
+ pandas==1.5.3
3
+ numpy==1.26.4