Skip to content

Commit

Permalink
Rm DVCLive as latest version causes failures (#2279)
Browse files Browse the repository at this point in the history
  • Loading branch information
muellerzr authored Dec 22, 2023
1 parent 349be97 commit c5baa05
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"]
extras["dev"] = extras["quality"] + extras["testing"] + extras["rich"]

extras["sagemaker"] = [
Expand Down

0 comments on commit c5baa05

Please sign in to comment.