numpy==1.21.3; python_version >= '3.9'

This commit is contained in:
Christian Clauss 2021-10-22 03:09:54 +02:00 committed by GitHub
parent 693fd15a0b
commit 9e71f5bff8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,8 @@ importlib-metadata==0.17
Jinja2==2.10.1
MarkupSafe==1.1.1
more-itertools==7.0.0
numpy==1.21.3
numpy==1.16.4; python_version < '3.9'
numpy==1.21.3; python_version >= '3.9'
packaging==19.0
pluggy==0.12.0
py==1.8.0