remove python defer and dearpygui from deps
This commit is contained in:
+2
-2
@@ -4,7 +4,7 @@ name = "manual_slop"
|
|||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
requires-python = ">=3.11"
|
requires-python = ">=3.11"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"dearpygui",
|
# "dearpygui",
|
||||||
"imgui-bundle",
|
"imgui-bundle",
|
||||||
"google-genai",
|
"google-genai",
|
||||||
"anthropic",
|
"anthropic",
|
||||||
@@ -22,7 +22,7 @@ dependencies = [
|
|||||||
"pyopengl>=3.1.10",
|
"pyopengl>=3.1.10",
|
||||||
"chromadb>=1.5.8",
|
"chromadb>=1.5.8",
|
||||||
"sentence-transformers>=5.4.1",
|
"sentence-transformers>=5.4.1",
|
||||||
"python-defer"
|
# "python-defer"
|
||||||
]
|
]
|
||||||
|
|
||||||
[dependency-groups]
|
[dependency-groups]
|
||||||
|
|||||||
Reference in New Issue
Block a user