JanuaryDesk commited on
Commit
e4a7dfe
1 Parent(s): eade255

disable pandas 2.0 which breaks plotly

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -1,4 +1,5 @@
1
  # gradio @ git+https://github.com/yiyuezhuo/gradio@cmo_pinned
2
  plotly
3
  sqlalchemy
4
- cmo_db_inspector @ git+https://github.com/yiyuezhuo/cmo_db_inspector.git
 
 
1
  # gradio @ git+https://github.com/yiyuezhuo/gradio@cmo_pinned
2
  plotly
3
  sqlalchemy
4
+ cmo_db_inspector @ git+https://github.com/yiyuezhuo/cmo_db_inspector.git
5
+ pandas == 1.5.3