Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fastplotlib/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

# This is the reference version number, to be bumped before each release.
# The build system detects this definition when building a distribution.
__version__ = "0.5.0"
__version__ = "0.5.1"

# Allow using nearly the same code in different projects
project_name = "fastplotlib"
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ keywords = [
requires-python = ">= 3.10"
dependencies = [
"numpy>=1.23.0",
"pygfx==0.10.0",
"pygfx==0.12.0",
"wgpu>=0.20.0",
"cmap>=0.1.3",
# (this comment keeps this list multiline in VSCode)
Expand Down Expand Up @@ -55,7 +55,7 @@ tests = [
"scikit-learn",
"tqdm",
]
imgui = ["imgui-bundle"]
imgui = ["imgui-bundle>=1.6.0,<1.92.0"]
dev = ["fastplotlib[docs,notebook,tests,imgui]"]

[project.urls]
Expand Down
Loading