Spaces:
Runtime error
Runtime error
Commit ·
a484640
1
Parent(s): 96dd083
Added specific version of altair and pandas
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
|
@@ -1,6 +1,5 @@
|
|
| 1 |
-
streamlit==0.89
|
| 2 |
fastai==2.2
|
| 3 |
protobuf==3.20
|
| 4 |
-
altair
|
| 5 |
-
pandas
|
| 6 |
python-frontmatter
|
|
|
|
|
|
|
| 1 |
fastai==2.2
|
| 2 |
protobuf==3.20
|
| 3 |
+
altair==4.2
|
| 4 |
+
pandas==1.4
|
| 5 |
python-frontmatter
|