mirror of
https://github.com/shizand/statapp.git
synced 2024-12-23 20:22:58 +03:00
dd765ae981
🤖 I have created a release *beep* *boop* --- ## [0.5.0](https://github.com/shizand/statapp/compare/v0.4.2...v0.5.0) (2023-10-06) ### Новые функции * добавлен "Линейный полином" ([#74](https://github.com/shizand/statapp/issues/74)) ([232de9f
](232de9f145
)) ### Исправления * добавлены переводы для QMessageBox ([#73](https://github.com/shizand/statapp/issues/73)) ([e653c3d
](e653c3df29
)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
25 lines
586 B
TOML
25 lines
586 B
TOML
[tool.poetry]
|
|
name = "statapp"
|
|
version = "0.5.0"
|
|
description = ""
|
|
authors = [
|
|
"Maxim Slipenko <statapp@maks1ms.addy.io>"
|
|
]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
# windows 7 support
|
|
python = ">=3.8,<3.9"
|
|
pre-commit = "^3.4.0"
|
|
pyinstaller = "^6.0.0"
|
|
pyside2 = "^5.15.2.1"
|
|
pandas = { version = "^2", markers = "python_version < '3.9'" }
|
|
pylint = { version = "^2", markers = "python_version < '3.9'" }
|
|
# scipy = { version = "^1", markers = "python_version < '3.9'" }
|
|
# openpyxl = "^3.1.2"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|