Skip to content

Commit c168bd1

Browse files
committed
Update new version to fix problem
Update new version to fix problem * Not install Pyside6
1 parent d34bc1b commit c168bd1

File tree

3 files changed

+19
-18
lines changed

3 files changed

+19
-18
lines changed

.idea/workspace.xml

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

pyproject.toml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Rename to build stable version
2-
# This is stable version
1+
# Rename to build dev version
2+
# This is dev version
33
[build-system]
4-
requires = ["setuptools>=61.0"]
4+
requires = ["setuptools"]
55
build-backend = "setuptools.build_meta"
66

77
[project]
8-
name = "je_auto_control"
9-
version = "0.0.157"
8+
name = "je_auto_control_dev"
9+
version = "0.0.99"
1010
authors = [
1111
{ name = "JE-Chen", email = "[email protected]" },
1212
]
@@ -16,11 +16,12 @@ license = { text = "MIT" }
1616
dependencies = [
1717
"je_open_cv",
1818
"pillow",
19-
"numpy",
2019
"APScheduler",
2120
"pyobjc-core;platform_system=='Darwin'",
2221
"pyobjc;platform_system=='Darwin'",
23-
"python-Xlib;platform_system=='Linux'"
22+
"python-Xlib;platform_system=='Linux'",
23+
"Pyside6",
24+
"qt-material"
2425
]
2526
classifiers = [
2627
"Programming Language :: Python :: 3.9",

dev.toml renamed to stable.toml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Rename to build dev version
2-
# This is dev version
1+
# Rename to build stable version
2+
# This is stable version
33
[build-system]
4-
requires = ["setuptools"]
4+
requires = ["setuptools>=61.0"]
55
build-backend = "setuptools.build_meta"
66

77
[project]
8-
name = "je_auto_control_dev"
9-
version = "0.0.98"
8+
name = "je_auto_control"
9+
version = "0.0.158"
1010
authors = [
1111
{ name = "JE-Chen", email = "[email protected]" },
1212
]
@@ -19,7 +19,9 @@ dependencies = [
1919
"APScheduler",
2020
"pyobjc-core;platform_system=='Darwin'",
2121
"pyobjc;platform_system=='Darwin'",
22-
"python-Xlib;platform_system=='Linux'"
22+
"python-Xlib;platform_system=='Linux'",
23+
"Pyside6",
24+
"qt-material"
2325
]
2426
classifiers = [
2527
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)