Refactor dependencies in pyproject.toml and requirements.txt for consistency and clarity

This commit is contained in:
William Valentin
2025-07-24 11:01:36 -07:00
parent aed332d914
commit 0a0e5cb75c
2 changed files with 21 additions and 18 deletions

View File

@@ -39,8 +39,6 @@ package-mode = false
pre-commit = "^4.2.0"
pyinstaller = "^6.14.2"
[tool.poetry.dependencies]
contourpy = "==1.3.2"
cycler = "==0.12.1"
@@ -65,3 +63,6 @@ pyinstaller = "*"
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.requires-plugins]
poetry-plugin-export = ">=1.8"