per-python numpy version

This commit is contained in:
Cyberes 2024-07-18 20:40:46 -06:00
parent cc7044a100
commit 3fd160c31b
1 changed files with 2 additions and 1 deletions

View File

@ -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'