Skip to content

Commit

Permalink
Update wandb requirement from <0.18,>=0.13.2 to >=0.13.2,<0.19
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.18.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent fea4a88 commit d5f0939
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 @@ -160,7 +160,7 @@ def package_files(prefix: str, directory: str, extension: str):
]

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

extra_deps['comet_ml'] = [
Expand Down

0 comments on commit d5f0939

Please sign in to comment.