per-python numpy version
This commit is contained in:
parent
cc7044a100
commit
3fd160c31b
|
@ -11,4 +11,5 @@ hurry.filesize==0.9
|
|||
dateparser==1.2.0
|
||||
humanize==4.9.0
|
||||
humanfriendly==10.0
|
||||
numpy==1.24.4
|
||||
numpy==1.24.4; python_version<'3.12'
|
||||
numpy==1.26.4; python_version>='3.12'
|
||||
|
|
Loading…
Reference in New Issue