Skip to content

Commit

Permalink
[fix] Tentative fix for W11 UI problems
Browse files Browse the repository at this point in the history
  • Loading branch information
Kastakin committed Nov 20, 2024
1 parent 86fb44b commit 2b09dc1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ppg = {git = "ssh://[email protected]/Kastakin/ppg.git", rev = "main"}
pandas = "^1.5.0"
openpyxl = "^3.0.9"
pyqtgraph = "^0.13.0"
pyside6-essentials = "~6.7"
pyside6-essentials = "~6.8"
libeq = {git = "https://github.com/Kastakin/libeq.git"}

[tool.poetry.group.dev.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pydantic==2.9.2 ; python_version >= "3.10" and python_version < "3.11"
pyinstaller-hooks-contrib==2024.10 ; python_version >= "3.10" and python_version < "3.11"
pyinstaller==5.13.2 ; python_version >= "3.10" and python_version < "3.11"
pyqtgraph==0.13.7 ; python_version >= "3.10" and python_version < "3.11"
pyside6-essentials==6.7.3 ; python_version >= "3.10" and python_version < "3.11"
pyside6-essentials==6.8.0.2 ; python_version >= "3.10" and python_version < "3.11"
python-dateutil==2.9.0.post0 ; python_version >= "3.10" and python_version < "3.11"
pytz==2024.2 ; python_version >= "3.10" and python_version < "3.11"
pywin32-ctypes==0.2.3 ; python_version >= "3.10" and python_version < "3.11" and sys_platform == "win32"
Expand Down

0 comments on commit 2b09dc1

Please sign in to comment.