Skip to content

Commit b8e7a6f

Browse files
committed
Make the importlib_metadata requirement unconditional
1 parent dd93398 commit b8e7a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ include_package_data = True
2525
packages = find:
2626
python_requires = >=3.6
2727
install_requires =
28-
importlib_metadata ; python_version<'3.8'
28+
importlib_metadata
2929
labscript_utils>=2.14.0
3030
numpy>=1.15
3131
scipy

0 commit comments

Comments
 (0)