Skip to content

Commit

Permalink
Pin DVC (#2196)
Browse files Browse the repository at this point in the history
* Remove dvc

* Pin instead
  • Loading branch information
muellerzr authored Nov 28, 2023
1 parent 244122c commit 5fc1b23
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"]
extras["test_trackers"] = ["wandb", "comet-ml", "tensorboard", "dvclive", "dvc<=3.30.1"]
extras["dev"] = extras["quality"] + extras["testing"] + extras["rich"]

extras["sagemaker"] = [
Expand Down

0 comments on commit 5fc1b23

Please sign in to comment.