zayed-upal commited on
Commit
aa7be41
β€’
1 Parent(s): 4c25316

readme and requirements changed to update streamlit version

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. requirements.txt +9 -4
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: πŸŒ–
4
  colorFrom: blue
5
  colorTo: green
6
  sdk: streamlit
7
- sdk_version: 1.19.0
8
  app_file: app.py
9
  pinned: false
10
  ---
 
4
  colorFrom: blue
5
  colorTo: green
6
  sdk: streamlit
7
+ sdk_version: 1.26.0
8
  app_file: app.py
9
  pinned: false
10
  ---
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
  accelerate==0.18.0
2
  altair==4.2.2
3
  attrs==22.2.0
4
- beautifulsoup4==4.12.0
5
  bertopic==0.14.1
6
  blinker==1.5
7
  cachetools==5.3.0
@@ -17,6 +17,7 @@ Faker==18.3.1
17
  favicon==0.7.0
18
  filelock==3.10.7
19
  fonttools==4.39.3
 
20
  gitdb==4.0.10
21
  GitPython==3.1.31
22
  hdbscan==0.8.29
@@ -26,8 +27,9 @@ idna==3.4
26
  importlib-metadata==6.1.0
27
  install==1.3.5
28
  Jinja2==3.1.2
29
- joblib==1.2.0
30
  jsonschema==4.17.3
 
31
  kiwisolver==1.4.4
32
  llvmlite==0.39.1
33
  lxml==4.9.2
@@ -61,9 +63,12 @@ python-dateutil==2.8.2
61
  pytz==2023.3
62
  pytz-deprecation-shim==0.1.0.post0
63
  PyYAML==6.0
 
64
  regex==2023.3.23
65
  requests==2.28.2
66
  rich==13.3.3
 
 
67
  scikit-learn==1.2.2
68
  scipy==1.10.1
69
  semver==2.13.0
@@ -73,7 +78,7 @@ six==1.16.0
73
  smmap==5.0.0
74
  soupsieve==2.4
75
  st-annotated-text==3.0.0
76
- streamlit==1.20.0
77
  streamlit-camera-input-live==0.2.0
78
  streamlit-card==0.0.4
79
  streamlit-embedcode==0.1.2
@@ -91,7 +96,7 @@ toml==0.10.2
91
  toolz==0.12.0
92
  torch==2.0.0
93
  torchvision==0.15.1
94
- tornado==6.2
95
  tqdm==4.65.0
96
  transformers==4.25.1
97
  typing_extensions==4.5.0
 
1
  accelerate==0.18.0
2
  altair==4.2.2
3
  attrs==22.2.0
4
+ beautifulsoup4==4.12.2
5
  bertopic==0.14.1
6
  blinker==1.5
7
  cachetools==5.3.0
 
17
  favicon==0.7.0
18
  filelock==3.10.7
19
  fonttools==4.39.3
20
+ fsspec==2023.9.0
21
  gitdb==4.0.10
22
  GitPython==3.1.31
23
  hdbscan==0.8.29
 
27
  importlib-metadata==6.1.0
28
  install==1.3.5
29
  Jinja2==3.1.2
30
+ joblib==1.3.2
31
  jsonschema==4.17.3
32
+ jsonschema-specifications==2023.7.1
33
  kiwisolver==1.4.4
34
  llvmlite==0.39.1
35
  lxml==4.9.2
 
63
  pytz==2023.3
64
  pytz-deprecation-shim==0.1.0.post0
65
  PyYAML==6.0
66
+ referencing==0.30.2
67
  regex==2023.3.23
68
  requests==2.28.2
69
  rich==13.3.3
70
+ rpds-py==0.10.0
71
+ safetensors==0.3.3
72
  scikit-learn==1.2.2
73
  scipy==1.10.1
74
  semver==2.13.0
 
78
  smmap==5.0.0
79
  soupsieve==2.4
80
  st-annotated-text==3.0.0
81
+ streamlit==1.26.0
82
  streamlit-camera-input-live==0.2.0
83
  streamlit-card==0.0.4
84
  streamlit-embedcode==0.1.2
 
96
  toolz==0.12.0
97
  torch==2.0.0
98
  torchvision==0.15.1
99
+ tornado==6.3.3
100
  tqdm==4.65.0
101
  transformers==4.25.1
102
  typing_extensions==4.5.0