Dependency Improvements #72
444B
started this conversation in
Performance Engineering
Replies: 2 comments
-
Ok, I got this output from the comparing the diffs between the pipfile.lock of an install of streamlit 1.33 install and a streamlit-analytics2 0.6.5 Common Packages to streamlit-pipfile and streamlit-analytics2-pipfile:
toml
watchdog
urllib3
certifi
protobuf
pandas
jinja2
mdurl
click
pillow
blinker
pydeck
toolz
jsonschema
tenacity
cachetools
markupsafe
gitdb
six
charset-normalizer
numpy
requests
pytz
idna
attrs
rich
tornado
python-dateutil
pygments
gitpython
tzdata
smmap
jsonschema-specifications
markdown-it-py
pyarrow
rpds-py
referencing
altair
Unique Packages to streamlit-pipfile and streamlit-analytics2-pipfile:
Unique to streamlit-pipfile | Unique to streamlit-analytics2-pipfile
-------------------------------------------------------------
| google-api-core
| google-auth
| google-cloud-core
| google-cloud-firestore
| googleapis-common-protos
| grpcio
| grpcio-status
| proto-plus
| pyasn1
| pyasn1-modules
| rsa
| streamlit-analytics2
Version Differences:
Package | streamlit-pipfile | streamlit-analytics2-pipfile
-----------------------------------------------------
typing-extensions | ==4.11.0 | ==4.10.0
packaging | ==24.0 | ==23.2
streamlit | ==1.33.0 | ==1.32.2 |
Beta Was this translation helpful? Give feedback.
0 replies
-
My takeaway from this is the following 2 points:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I install streamlit version 1.33 in a new pipenv, it installs the following packages below.
I was wondering about the differences between these upstream native packages and that of packages installed by the current pipfile.lock of streamlit-analytics2
streamlit deps
streamlit-analytics2 deps
Next will analyze the diffs between the packages
Beta Was this translation helpful? Give feedback.
All reactions