Skip to content

Commit

Permalink
Revert "bump version"
Browse files Browse the repository at this point in the history
This reverts commit 2abceef.

Revert "remove numpy 2.0.0 restriction"

This reverts commit 74d8ea1.
  • Loading branch information
danielhrisca committed Oct 16, 2024
1 parent 2abceef commit dcc837f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
canmatrix[arxml,dbc]>=1.0
lz4
numexpr
numpy
numpy>=1.23.0, <2.0.0
pandas
typing_extensions
python-dateutil
Expand Down
2 changes: 1 addition & 1 deletion requirements_exe_build.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
canmatrix[arxml,dbc]>=1.0
lz4
numexpr
numpy
numpy<2.0.0
pandas
typing_extensions
isal; platform_machine == "x86_64" or platform_machine == "AMD64"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def _get_ext_modules():
"lxml>=4.9.2",
"natsort",
"psutil",
"PySide6==6.7.3",
"PySide6==6.7.0",
"pyqtgraph",
"pyqtlet2",
"packaging",
Expand Down
2 changes: 1 addition & 1 deletion src/asammdf/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
""" asammdf version module """

__version__ = "8.1.0.dev1"
__version__ = "8.0.2.dev4"

0 comments on commit dcc837f

Please sign in to comment.