Skip to content

Commit

Permalink
pip(deps): update ax-platform requirement from ~=0.2.2 to ~=0.2.3
Browse files Browse the repository at this point in the history
Updates the requirements on [ax-platform](https://github.com/facebook/Ax) to permit the latest version.
- [Release notes](https://github.com/facebook/Ax/releases)
- [Changelog](https://github.com/facebook/Ax/blob/main/CHANGELOG.md)
- [Commits](facebook/Ax@0.2.2...0.2.3)

---
updated-dependencies:
- dependency-name: ax-platform
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 3, 2022
1 parent 80fb2a5 commit c521245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/TUNE_REQUIREMENTS.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mypy_extensions~=0.4; python_version < '3.8'
optuna~=2.10
torch>=1.8.1
ax-platform~=0.2.2; python_version >= '3.7'
ax-platform~=0.2.3; python_version >= '3.7'

0 comments on commit c521245

Please sign in to comment.