1
0
Fork 0

Add scientific libraries

This commit is contained in:
Alexander Hess 2022-07-22 17:02:37 +02:00
commit 5a56f1e16b
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
2 changed files with 412 additions and 1 deletions

View file

@ -9,6 +9,10 @@ license = "MIT"
python = "^3.10"
nltk = "^3.7"
spyder = "^5.3.2"
numpy = "^1.23.1"
matplotlib = "^3.5.2"
pandas = "^1.4.3"
scikit-learn = "^1.1.1"
[tool.poetry.dev-dependencies]