Skip to content

Commit b909ee1

Browse files
committed
chore: version bump
chore: numpy version bump to 2.0.0
1 parent 143779d commit b909ee1

File tree

4 files changed

+51
-42
lines changed

4 files changed

+51
-42
lines changed

poetry.lock

Lines changed: 47 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pglive"
3-
version = "0.8.2"
3+
version = "0.8.3"
44
description = "Live plot for PyqtGraph"
55
authors = ["Martin Domaracky <domarm@comat.sk>"]
66
license = "MIT"
@@ -20,7 +20,7 @@ classifiers = [
2020
[tool.poetry.dependencies]
2121
python = ">=3.9, <3.13"
2222
pyqtgraph = "^0.13.3"
23-
numpy = "^1.26.0"
23+
numpy = "^2.0.0"
2424

2525
[tool.poetry.dev-dependencies]
2626
mypy = "^1.0.1"

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
mypy-extensions==1.0.0 ; python_version >= "3.9" and python_version < "3.13"
22
mypy==1.15.0 ; python_version >= "3.9" and python_version < "3.13"
3-
numpy==1.26.4 ; python_version >= "3.9" and python_version < "3.13"
3+
numpy==2.0.2 ; python_version >= "3.9" and python_version < "3.13"
44
pyqt5-qt5==5.15.16 ; python_version >= "3.9" and python_version < "3.13"
55
pyqt5-sip==12.17.0 ; python_version >= "3.9" and python_version < "3.13"
66
pyqt5==5.15.11 ; python_version >= "3.9" and python_version < "3.13"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
numpy==1.26.4 ; python_version >= "3.9" and python_version < "3.13"
1+
numpy==2.0.2 ; python_version >= "3.9" and python_version < "3.13"
22
pyqtgraph==0.13.7 ; python_version >= "3.9" and python_version < "3.13"

0 commit comments

Comments
 (0)