mirror of
https://github.com/microsoft/autogen.git
synced 2025-11-02 02:40:21 +00:00
Add packaging explicitly (#2780)
This commit is contained in:
parent
e87a6a424d
commit
80b2dba6ab
1
setup.py
1
setup.py
@ -25,6 +25,7 @@ install_requires = [
|
|||||||
# Disallowing 2.6.0 can be removed when this is fixed https://github.com/pydantic/pydantic/issues/8705
|
# Disallowing 2.6.0 can be removed when this is fixed https://github.com/pydantic/pydantic/issues/8705
|
||||||
"pydantic>=1.10,<3,!=2.6.0", # could be both V1 and V2
|
"pydantic>=1.10,<3,!=2.6.0", # could be both V1 and V2
|
||||||
"docker",
|
"docker",
|
||||||
|
"packaging",
|
||||||
]
|
]
|
||||||
|
|
||||||
jupyter_executor = [
|
jupyter_executor = [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user