Skip to content

Commit df88849

Browse files
Merge pull request #39 from chrisjbillington/new-pyqtgraph
Depend unconditionally on importlib_metadata and new pyqtgraph.
2 parents 36d3235 + 6901ae5 commit df88849

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.cfg

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,10 @@ packages = find:
2626
python_requires = >=3.6
2727
install_requires =
2828
desktop-app>=0.1.2
29-
importlib_metadata ; python_version<'3.8'
29+
importlib_metadata
3030
labscript_devices
3131
labscript_utils>=2.15
32-
pyqtgraph>=0.11.0rc0 ; python_version>='3.8'
33-
pyqtgraph>=0.9.10 ; python_version<'3.8'
32+
pyqtgraph>=0.11.0rc0
3433
qtutils>=2.0.0
3534
zprocess
3635
numpy>=1.15

0 commit comments

Comments
 (0)