move data

This commit is contained in:
François Boulogne 2025-06-25 10:12:15 +02:00
parent f03e26a3e4
commit 74cea0083d
2996 changed files with 1376 additions and 111 deletions

View file

@ -10,8 +10,9 @@ license = "GPL-3.0-or-later"
readme = "README.md"
requires-python = ">=3.8"
dependencies = [
"numpy",
"scipy",
"numpy>=1.10.0",
"scipy>=1.1.0",
"matplotlib>=1.3.1",
]