2
0
forked from awendt/pyrelacs

adding scipy

This commit is contained in:
wendtalexander
2024-09-26 11:23:08 +02:00
parent 26f43151a2
commit 1dc72d00bb
2 changed files with 52 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ matplotlib = "^3.9.2"
numpy = "^2.1.1"
pyqt6 = "^6.7.1"
tomli = "^2.0.1"
scipy = "^1.14.1"
[build-system]