Skip to content

Commit c94442a

Browse files
committed
fix dependencies
1 parent f06ab1c commit c94442a

2 files changed

Lines changed: 60 additions & 30 deletions

File tree

simulator/poetry.lock

Lines changed: 58 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

simulator/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ authors = ["Julian Schill <[email protected]>"]
66
readme = "README.md"
77

88
[tool.poetry.dependencies]
9-
python = ">=3.9"
9+
python = "<3.15,>=3.8"
1010
wxPython = "^4.2.1"
11-
pyinstaller = "^6.4.0"
11+
pyinstaller = "^6.18.0"
1212
numpy = ">1.22"
1313

1414
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)