updated requirement to fix S&T on older Python version

This commit is contained in:
Félix Boisselier
2024-05-05 15:50:59 +02:00
parent ab5600804f
commit 8e517f2ca3

View File

@@ -1,4 +1,7 @@
GitPython==3.1.40
matplotlib==3.8.2
numpy==1.26.2
scipy==1.11.4
matplotlib==3.8.2 ; python_version >= '3.9'
matplotlib==3.3.4 ; python_version < '3.9'
numpy==1.26.2 ; python_version >= '3.9'
numpy==1.19.5 ; python_version < '3.9'
scipy==1.11.4 ; python_version >= '3.9'
scipy==1.7.3 ; python_version < '3.9'