Skip to content

Commit

Permalink
numpy 2.x again
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph2 committed Feb 9, 2025
1 parent 7569d4a commit 6520b17
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.14.6
current_version = 0.14.7
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion pya2l/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
""" pya2l version module """

__version__ = "0.14.6"
__version__ = "0.14.7"
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pya2ldb"
version = "0.14.6"
version = "0.14.7"
description = "A2L for Python"
authors = ["Christoph Schueler <[email protected]>"]
license = "GPLv2"
Expand Down Expand Up @@ -34,8 +34,8 @@ python = "^3.10"
chardet = "^5.2.0"
Mako = "^1.3.5"
SQLAlchemy = "^2.0.30"
numpy = ">=1.26.4,<2.0.0"
scipy = "^1.13.1"
numpy = ">=1.26.4,<3"
scipy = "^1.15.0"
rich = "^13.7.1"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 6520b17

Please sign in to comment.