Skip to content

Commit

Permalink
Update argilla extra to install argilla_sdk
Browse files Browse the repository at this point in the history
For the moment it's being installed as `pip install git+https://github.com/argilla-io/argilla-python.git@main`
  • Loading branch information
alvarobartt committed Jun 6, 2024
1 parent 055a9de commit 18761fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ tests = [

# Optional LLMs, integrations, etc
anthropic = ["anthropic >= 0.20.0"]
argilla = ["argilla >= 1.29.0"]
argilla = ["argilla_sdk >= 0.1.0a3"]
cohere = ["cohere >= 5.2.0"]
groq = ["groq >= 0.4.1"]
hf-inference-endpoints = ["huggingface_hub >= 0.19.0"]
Expand Down

0 comments on commit 18761fb

Please sign in to comment.