chore: попытка исправить сборку

This commit is contained in:
Maxim Slipenko 2024-02-22 15:56:04 +03:00
parent 04cafcf13c
commit 9e5125c1db
2 changed files with 2 additions and 1 deletions

2
poetry.lock generated
View File

@ -1350,4 +1350,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = ">=3.8,<3.9" python-versions = ">=3.8,<3.9"
content-hash = "286d32363f9d7a637ccb5acb285261e0fe1622068963ba30922706f88744746c" content-hash = "fc9b5e0f33587039913d0c8ef60a259b6b42f2d15a177c67f99f5c260b2ec857"

View File

@ -23,6 +23,7 @@ pillow = "9.5"
scikit-learn = "1.3.2" scikit-learn = "1.3.2"
# latest win32 # latest win32
scipy = "1.9.1" scipy = "1.9.1"
numpy = { version = "^1", markers = "python_version < '3.9'" }
[build-system] [build-system]