Skip to content

Commit

Permalink
pin GUI packages
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhrisca committed Oct 19, 2023
1 parent e2b84d7 commit b084222
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,18 +104,19 @@ def _get_ext_modules():
"export": [
"fastparquet",
"h5py",
"hdf5storage>=0.1.17",
"hdf5storage>=0.1.19",
"python-snappy",
],
"export_matlab_v5": "scipy",
"gui": [
"lxml<=4.9.2",
"lxml>=4.9.2",
"natsort",
"psutil",
"PySide6<=6.3.1",
"pyqtgraph>=0.12.4",
"pyqtlet2>=0.8.0",
"PySide6==6.6.0",
"pyqtgraph==0.13.3",
"pyqtlet2==0.9.3",
"packaging",
"QtPy==2.3.1",
],
"encryption": ["cryptography", "keyring"],
"symbolic_math": "sympy",
Expand Down

0 comments on commit b084222

Please sign in to comment.