mirror of
https://github.com/shizand/statapp.git
synced 2024-12-23 12:12:59 +03:00
chore: попытка исправить сборку
This commit is contained in:
parent
9e5125c1db
commit
8e95b41c2b
2
poetry.lock
generated
2
poetry.lock
generated
@ -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 = "fc9b5e0f33587039913d0c8ef60a259b6b42f2d15a177c67f99f5c260b2ec857"
|
content-hash = "23fc5710d001a22cd48b730c7e35e51b9aac5b3dc13b99f29fbef00f19c0e364"
|
||||||
|
@ -18,12 +18,13 @@ pylint = { version = "^2", markers = "python_version < '3.9'" }
|
|||||||
# scipy = { version = "^1", markers = "python_version < '3.9'" }
|
# scipy = { version = "^1", markers = "python_version < '3.9'" }
|
||||||
# openpyxl = "^3.1.2"
|
# openpyxl = "^3.1.2"
|
||||||
sympy = "^1.12"
|
sympy = "^1.12"
|
||||||
matplotlib = "^3.7.0"
|
matplotlib = "*" # = "3.7.5"
|
||||||
pillow = "9.5"
|
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'" }
|
numpy = "^1.20.3"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
|
Loading…
Reference in New Issue
Block a user