Update check_version() for inequality support (#4182)

This commit is contained in:
Glenn Jocher 2023-08-05 18:23:51 +02:00 committed by GitHub
parent 038558cfab
commit eb80ba9ce0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 56 additions and 45 deletions

View file

@ -39,6 +39,7 @@ setup(
install_requires=REQUIREMENTS,
extras_require={
'dev': [
'ipython',
'check-manifest',
'pytest',
'pytest-cov',