forked from jrieke/streamlit-profiler
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update pyproject.toml: bump pyinstrument version to 4.2.0 for python 3.11/3.12 compat As discussed in jrieke#2 * Update __init__.py: fix issue jrieke#3 by importing the components bit the newer way. * Update pyproject.toml: bump patch version for changes * Update requirements.txt: bump patch version for changes
- Loading branch information
1 parent
79ed6a0
commit d829201
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
streamlit-profiler==0.2.4 | ||
streamlit-profiler==0.2.5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "streamlit-profiler" | ||
version = "0.2.4" | ||
version = "0.2.5" | ||
description = "Runtime profiler for Streamlit, powered by pyinstrument" | ||
authors = ["Johannes Rieke <[email protected]>"] | ||
license = "MIT" | ||
|
@@ -10,7 +10,7 @@ homepage = "https://github.com/jrieke/streamlit-profiler" | |
[tool.poetry.dependencies] | ||
python = "^3.7" | ||
streamlit = "^1.0.0" | ||
pyinstrument = "==4.1.1" | ||
pyinstrument = "==4.2.0" | ||
|
||
[tool.poetry.dev-dependencies] | ||
black = "^21.12b0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters