replace pandas with polars

This commit is contained in:
2024-08-13 11:14:05 +02:00
parent 719f7d4c24
commit a4004fc6f7
3 changed files with 40 additions and 118 deletions

View File

@@ -8,7 +8,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
numpy = "^2.0.1"
pandas = "^2.2.2"
polars = "^1.4.1"
[build-system]