Skip to content

Commit

Permalink
unpins dvc (#2200)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Berenbaum authored Nov 29, 2023
1 parent 1516379 commit 68d63ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
extras["testing"] = extras["test_prod"] + extras["test_dev"]
extras["rich"] = ["rich"]

extras["test_trackers"] = ["wandb", "comet-ml", "tensorboard", "dvclive", "dvc<=3.30.1"]
extras["test_trackers"] = ["wandb", "comet-ml", "tensorboard", "dvclive"]
extras["dev"] = extras["quality"] + extras["testing"] + extras["rich"]

extras["sagemaker"] = [
Expand Down

0 comments on commit 68d63ee

Please sign in to comment.