2
0
forked from awendt/pyrelacs
This commit is contained in:
2024-09-27 09:17:34 +02:00
11 changed files with 403 additions and 240 deletions

View File

@@ -27,6 +27,7 @@ numpy = "^2.1.1"
pyqt6 = "^6.7.1"
tomli = "^2.0.1"
tomlkit = "^0.13.2"
scipy = "^1.14.1"
[tool.poetry.scripts]
pyrelacs = "pyrelacs.app:main"