tappyness1 commited on
Commit
1c43051
·
1 Parent(s): 9b4ec42

modify env yml

Browse files
Files changed (1) hide show
  1. env.yml +3 -2
env.yml CHANGED
@@ -4,5 +4,6 @@ dependencies:
4
  - pip:
5
  - huggingface_hub>= 0.12
6
  - datasets>=2.8.0
7
- - pandas
8
- - plotly
 
 
4
  - pip:
5
  - huggingface_hub>= 0.12
6
  - datasets>=2.8.0
7
+ - pandas=1.5.3
8
+ - plotly=5.13.0
9
+ - streamlit=1.18.1