Add packaging explicitly (#2780)

This commit is contained in:
Li Jiang 2024-05-24 16:52:56 +02:00 committed by GitHub
parent e87a6a424d
commit 80b2dba6ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,6 +25,7 @@ install_requires = [
# 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
"docker",
"packaging",
]
jupyter_executor = [