Skip to content

Commit

Permalink
Fix pydantic extra types dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Jan 2, 2025
1 parent 108078f commit 5db69f4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ nbformat = "*"
openai = "*"
pyarrow = "*"
pydantic = ">=2.8.0"
pydantic-extra-types = "*"

[feature.ai-local.dependencies]
huggingface_hub = "*"
Expand Down Expand Up @@ -85,9 +86,6 @@ matplotlib-base = ">=3.4" # Ubuntu + Python 3.9 installs old version matplotlib
msgpack-python = "*"
toolz = "*"

[feature.test.pypi-dependencies]
pydantic_extra_types = "*"

# =============================================
# =================== DOCS ====================
# =============================================
Expand Down

0 comments on commit 5db69f4

Please sign in to comment.