Skip to content

Commit c365df8

Browse files
authored
Drop Python-3.7 pin on importlib-metadata (Qiskit#10444)
The current release branch of Terra could never match this requirement any more, so it's not needed.
1 parent 733f78c commit c365df8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

requirements.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,3 @@ typing-extensions; python_version<'3.11'
1212
# multiplication in version 0.10 wich breaks parameter assignment test
1313
# (can be removed once issue is fix)
1414
symengine>=0.9, <0.10; platform_machine == 'x86_64' or platform_machine == 'aarch64' or platform_machine == 'ppc64le' or platform_machine == 'amd64' or platform_machine == 'arm64'
15-
16-
# Hack around stevedore being broken by importlib_metadata 5.0; we need to pin
17-
# the requirements rather than the constraints if we need to cut a release
18-
# before stevedore is fixed. `importlib_metadata` is not (currently) a direct
19-
# requirement of Terra.
20-
importlib_metadata<5.0; python_version<'3.8'

0 commit comments

Comments
 (0)