Skip to content

Commit

Permalink
remove numpy 2.0.0 restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhrisca committed Oct 16, 2024
1 parent 22c1a72 commit 74d8ea1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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>=1.23.0, <2.0.0
numpy
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<2.0.0
numpy
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.0",
"PySide6==6.7.3",
"pyqtgraph",
"pyqtlet2",
"packaging",
Expand Down

0 comments on commit 74d8ea1

Please sign in to comment.