Skip to content

Commit

Permalink
Update wandb requirement from <0.19,>=0.13.2 to >=0.13.2,<0.20
Browse files Browse the repository at this point in the history
Updates the requirements on [wandb](https://github.com/wandb/wandb) to permit the latest version.
- [Release notes](https://github.com/wandb/wandb/releases)
- [Changelog](https://github.com/wandb/wandb/blob/main/CHANGELOG.md)
- [Commits](wandb/wandb@v0.13.2...v0.19.1)

---
updated-dependencies:
- dependency-name: wandb
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 06fb4a8 commit a37998f
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 @@ -154,7 +154,7 @@ def package_files(prefix: str, directory: str, extension: str):
}

extra_deps['wandb'] = [
'wandb>=0.13.2,<0.19',
'wandb>=0.13.2,<0.20',
]

extra_deps['comet_ml'] = [
Expand Down

0 comments on commit a37998f

Please sign in to comment.