Skip to content

Commit

Permalink
fix testing requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhrisca committed Apr 17, 2024
1 parent 2067350 commit debc104
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,11 @@ def _get_ext_modules():
"lxml>=4.9.2",
"natsort",
"psutil",
"PySide6==6.6.0",
"pyqtgraph==0.13.3",
"pyqtlet2==0.9.3",
"PySide6==6.7.0",
"pyqtgraph",
"pyqtlet2",
"packaging",
"QtPy==2.3.1",
"QtPy",
],
"encryption": ["cryptography", "keyring"],
"symbolic_math": "sympy",
Expand Down
8 changes: 3 additions & 5 deletions test/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ pandas
psutil
pytest
pytest-cov
canmatrix[arxml,dbc]>=0.8
canmatrix[arxml,dbc]>=1.0
lz4
typing_extensions
PySide6==6.2.2
pyqtgraph==0.12.4; sys_platform=="win32"
pyqtgraph==0.12.4; sys_platform=="darwin"
pyqtgraph==0.12.4; sys_platform=="linux"
PySide6
pyqtgraph
python-dateutil
isal; platform_machine == "x86_64" or platform_machine == "AMD64"

0 comments on commit debc104

Please sign in to comment.