Skip to content

Commit 46dee36

Browse files
Changes the streamlit version to latest
Solves the latest problem with streamlit which is a ''TypeError: Descriptors cannot not be created directly'' produced when protobuf-3.21.1. Downgrade to protobuf-3.20.1 resolve this issue.
1 parent bd47e08 commit 46dee36

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
- astropy
1414
- astroquery
1515
- sunpy=4.0.0
16-
- streamlit=1.9.0
16+
- streamlit
1717
- seaborn
1818
- vedo
1919
# - opencv-python-headless > Introdused to solve a libGL library error and no longe needed. https://github.com/AthKouloumvakos/PyThea/commit/24fa8a46fd4c4ee33aa84ee617d6f3e6628ac8e8

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ astroquery
66
sunpy==4.0.0
77
matplotlib
88
seaborn
9-
streamlit==1.9.0
9+
streamlit
1010
Pillow
1111
stqdm
1212
lxml

0 commit comments

Comments
 (0)