Skip to content

Commit

Permalink
Bump instructor version (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuang11 authored Sep 23, 2024
1 parent 905ac36 commit 211ba1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ sqlalchemy = "*"
# [feature.ai.dependencies]
# datashader = "*"
# python-duckdb = "*"
# instructor = ">=1"
# instructor = ">=1.4.3"
# nbformat = "*"
# openai = "*"
# pyarrow = "*"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ HoloViz = "https://holoviz.org/"
[project.optional-dependencies]
tests = ['pytest', 'pytest-rerunfailures']
sql = ['duckdb', 'intake-sql', 'sqlalchemy']
ai = ['nbformat', 'duckdb', 'pyarrow', 'openai', 'instructor >=1', 'pydantic >=2.8.0', 'datashader']
ai = ['nbformat', 'duckdb', 'pyarrow', 'openai', 'instructor >=1.4.3', 'pydantic >=2.8.0', 'datashader']
ai-local = ['lumen[ai]', 'huggingface_hub']
ai-llama = ['lumen[ai-local]', 'llama-cpp-python']

Expand Down

0 comments on commit 211ba1e

Please sign in to comment.