-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to new Streamlit version #1
Comments
Hi @F1nnM, I would like to work on this issue. It would be great if you could assign it to me. Also, there are 2 ways in which I would approach this:
+streamlit==0.89.0
-streamlit==0.80.0
hiplot==0.1.23
pandas==1.2.3
FROM python:3.8
WORKDIR /app
ADD requirements.txt /app/requirements.txt
+RUN pip install -r requirements.txt --upgrade
-RUN pip install -r requirements.txt
ADD . /app/ +streamlit>=0.80.0
+hiplot>=0.1.23
+pandas>=1.2.3
+shap>=0.38.1
+xgboost>=1.3.3
+matplotlib>=3.3.4
+numpy>=1.20.1
-streamlit==0.80.0
-hiplot==0.1.23
-pandas==1.2.3
-shap==0.38.1
-xgboost==1.3.3
-matplotlib==3.3.4
-numpy==1.20.1 Do let me know if you would prefer the second method over the first or if there is something that can go wrong. Cheers. |
Oh hi, thank you! Also, please check whether the update already breaks something. I think Streamlit might have moved some beta-features I used out of beta, so the method-name of some things might have changed. It shouldn't be to difficult to fix though. |
I just checked myself, and the the layouting options where moved out of beta. So all the |
Oh, and I'm curious.. How did you find my project? I didn't think anyone would actually find these, yet, here you are, just two hours after I created the issues. |
I couldn't find where you used Oh, I went into issues and filtered using the open issues that use python and have labels hacktoberfest or good-first-issue. That narrows it down a lot and since it is sorted as per the latest activity, your repo popped up. |
Oh, I'm sorry, I was sure I used the columns. Apparently I didn't. But the beta_expander is also not in the beta anymore, if I remember correctly. |
Yes, you are right, |
Thank you! I think that's it! |
No description provided.
The text was updated successfully, but these errors were encountered: