ariefrahmansyah commited on
Commit
7eb7760
1 Parent(s): 8b4233e

Separate prod and dev requirements

Browse files
Files changed (3) hide show
  1. .python-version +1 -1
  2. requirements.txt +1 -1
  3. requirements_dev.txt +2 -0
.python-version CHANGED
@@ -1 +1 @@
1
- 3.10.2
 
1
+ 3.9.10
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- jupyterlab==3.3.3
2
  matplotlib==3.5.1
3
  numpy==1.22.3
4
  pandas==1.4.2
 
1
+ gradio==2.9.1
2
  matplotlib==3.5.1
3
  numpy==1.22.3
4
  pandas==1.4.2
requirements_dev.txt ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ black==22.3.0
2
+ jupyterlab==3.3.3