Spaces:
Runtime error
Runtime error
Matthew Upson
commited on
chg: Pin altair to <5
Browse files- requirements.txt +2 -1
- unpinned_requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# Created by 'make update-requirements-txt'. DO NOT EDIT!
|
| 2 |
-
altair==
|
| 3 |
attrs==23.1.0
|
| 4 |
blinker==1.6.2
|
| 5 |
cachetools==5.3.1
|
|
@@ -8,6 +8,7 @@ charset-normalizer==3.1.0
|
|
| 8 |
click==8.1.3
|
| 9 |
cmake==3.26.4
|
| 10 |
decorator==5.1.1
|
|
|
|
| 11 |
filelock==3.12.2
|
| 12 |
fsspec==2023.6.0
|
| 13 |
gitdb==4.0.10
|
|
|
|
| 1 |
# Created by 'make update-requirements-txt'. DO NOT EDIT!
|
| 2 |
+
altair==4.2.2
|
| 3 |
attrs==23.1.0
|
| 4 |
blinker==1.6.2
|
| 5 |
cachetools==5.3.1
|
|
|
|
| 8 |
click==8.1.3
|
| 9 |
cmake==3.26.4
|
| 10 |
decorator==5.1.1
|
| 11 |
+
entrypoints==0.4
|
| 12 |
filelock==3.12.2
|
| 13 |
fsspec==2023.6.0
|
| 14 |
gitdb==4.0.10
|
unpinned_requirements.txt
CHANGED
|
@@ -1,3 +1,4 @@
|
|
| 1 |
transformers
|
| 2 |
torch
|
| 3 |
streamlit
|
|
|
|
|
|
| 1 |
transformers
|
| 2 |
torch
|
| 3 |
streamlit
|
| 4 |
+
altair<5
|