Skip to content

Commit a07911a

Browse files
No longer depend on pywin32 since we removed winshell
Make importlib_metadata requirement unconditional to get us one step closer to being able to build a noarch package, though we can't relistically do that until a new pyqtgraph is in the anaconda repos.
1 parent a9d7790 commit a07911a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,11 @@ include_package_data = True
2525
packages = labscript_utils, labscript_profile
2626
python_requires = >=3.6
2727
install_requires =
28-
importlib_metadata>=1.0 ; python_version<'3.8'
28+
importlib_metadata>=1.0
2929
h5py>=2.9
3030
numpy>=1.15
3131
pyqtgraph>=0.11.0rc0 ; python_version>='3.8'
3232
pyqtgraph ; python_version<'3.8'
33-
pywin32 ; sys_platform=='win32'
3433
qtutils>=2.2.3
3534
scipy
3635
setuptools_scm

0 commit comments

Comments
 (0)