Skip to content

Commit 6901ae5

Browse files
Depend unconditionally on importlib_metadata and new pyqtgraph.
This is so that we can make a pure conda package. Whilst the new pyqtgraph isn't in the conda repos (and isn't released yet), we can supply it from the labscript-suite channel until it is in the main channel.
1 parent 36d3235 commit 6901ae5

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)