rosacastillo commited on
Commit
af19e8a
·
1 Parent(s): 78ecbf5

upgrading python version to 3.11

Browse files
Files changed (2) hide show
  1. README.md +1 -0
  2. requirements.txt +3 -1
README.md CHANGED
@@ -1,6 +1,7 @@
1
  ---
2
  title: Olas Prediction Live Dashboard
3
  emoji: 🔥
 
4
  colorFrom: red
5
  colorTo: indigo
6
  sdk: gradio
 
1
  ---
2
  title: Olas Prediction Live Dashboard
3
  emoji: 🔥
4
+ python_version: 3.11.0
5
  colorFrom: red
6
  colorTo: indigo
7
  sdk: gradio
requirements.txt CHANGED
@@ -5,7 +5,9 @@ huggingface-hub
5
  pyarrow
6
  requests
7
  gradio==4.29.0
8
- plotly
 
 
9
  nbformat
10
  pytz
11
  duckdb
 
5
  pyarrow
6
  requests
7
  gradio==4.29.0
8
+ plotly==5.24.0
9
+ pydantic==2.8.2
10
+ pydantic_core==2.20.1
11
  nbformat
12
  pytz
13
  duckdb