Skip to content

Commit

Permalink
Add packaging explicitly (#2780)
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkall authored and victordibia committed Jul 30, 2024
1 parent 4195f93 commit fdd6660
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
# 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 = [
Expand Down

0 comments on commit fdd6660

Please sign in to comment.