Skip to content

Commit

Permalink
chore: upgrade argilla-server to version 1.26.0 at pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jfcalvo committed Mar 22, 2024
1 parent 284331d commit 02e2f5e
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,13 @@ dependencies = [
# for CLI
"typer >= 0.6.0, < 0.10.0", # spaCy only supports typer<0.10.0
# metrics
"nltk < 4.0.0"
"nltk < 4.0.0",
]
dynamic = ["version"]

[project.optional-dependencies]

server = [
"argilla-server", # TODO: Fix the versions when publishing a new release
]
server-postgresql = [
"argilla-server[postgresql]", # TODO: Fix the versions when publishing a new release
]
server = ["argilla-server ~= 1.26.0"]
server-postgresql = ["argilla-server[postgresql] ~= 1.26.0"]
listeners = ["schedule ~= 1.1.0", "prodict ~= 0.8.0"]
integrations = [
"PyYAML >= 5.4.1,< 6.1.0", # Required by `argilla.client.feedback.config` just used in `HuggingFaceDatasetMixin`
Expand Down

0 comments on commit 02e2f5e

Please sign in to comment.