Refactoring for More Pythonic Code

This commit is contained in:
2022-12-06 21:27:56 -03:00
parent 4b863c0ad8
commit 1d62ac70df
6 changed files with 102 additions and 72 deletions

View File

@@ -9,6 +9,7 @@ pandas = "*"
cython = "*"
[dev-packages]
coverage = "*"
[requires]
python_version = "3.10"