-
-
Notifications
You must be signed in to change notification settings - Fork 644
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump hydra version for plugins (#886)
- Loading branch information
Showing
14 changed files
with
20 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,5 +13,5 @@ | |
author_email="[email protected]", | ||
url="http://hydra-app.example.com", | ||
include_package_data=True, | ||
install_requires=["hydra-core~=1.0.0rc1"], | ||
install_requires=["hydra-core~=1.0.0rc3"], | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
LONG_DESC = fh.read() | ||
setup( | ||
name="hydra-ax-sweeper", | ||
version="1.0.0rc5", | ||
version="1.0.0rc6", | ||
author="Omry Yadan, Shagun Sodhani", | ||
author_email="[email protected], [email protected]", | ||
description="Hydra Ax Sweeper plugin", | ||
|
@@ -22,6 +22,6 @@ | |
"Operating System :: MacOS", | ||
"Development Status :: 4 - Beta", | ||
], | ||
install_requires=["hydra-core~=1.0.0rc1", "ax-platform>=0.1.13"], | ||
install_requires=["hydra-core~=1.0.0rc3", "ax-platform>=0.1.13"], | ||
include_package_data=True, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
LONG_DESC = fh.read() | ||
setup( | ||
name="hydra-colorlog", | ||
version="1.0.0rc3", | ||
version="1.0.0rc4", | ||
author="Omry Yadan", | ||
author_email="[email protected]", | ||
description="Enables colorlog for Hydra apps", | ||
|
@@ -21,6 +21,6 @@ | |
"Programming Language :: Python :: 3.8", | ||
"Operating System :: OS Independent", | ||
], | ||
install_requires=["colorlog", "hydra-core~=1.0.0rc1"], | ||
install_requires=["colorlog", "hydra-core~=1.0.0rc3"], | ||
include_package_data=True, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
LONG_DESC = fh.read() | ||
setup( | ||
name="hydra-joblib-launcher", | ||
version="1.1.0rc3", | ||
version="1.1.0rc4", | ||
author="Jan-Matthis Lueckmann, Omry Yadan", | ||
author_email="[email protected], [email protected]", | ||
description="Joblib Launcher for Hydra apps", | ||
|
@@ -22,6 +22,6 @@ | |
"Operating System :: Microsoft :: Windows", | ||
"Operating System :: POSIX :: Linux", | ||
], | ||
install_requires=["hydra-core~=1.0.0rc1", "joblib>=0.14.0"], | ||
install_requires=["hydra-core~=1.0.0rc3", "joblib>=0.14.0"], | ||
include_package_data=True, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
LONG_DESC = fh.read() | ||
setup( | ||
name="hydra-nevergrad-sweeper", | ||
version="1.0.0rc4", | ||
version="1.0.0rc5", | ||
author="Jeremy Rapin, Omry Yadan", | ||
author_email="[email protected], [email protected]", | ||
description="Hydra Nevergrad Sweeper plugin", | ||
|
@@ -22,6 +22,6 @@ | |
"Operating System :: OS Independent", | ||
"Development Status :: 4 - Beta", | ||
], | ||
install_requires=["hydra-core~=1.0.0rc1", "nevergrad>=0.4.1.post4"], | ||
install_requires=["hydra-core~=1.0.0rc3", "nevergrad>=0.4.1.post4"], | ||
include_package_data=True, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
LONG_DESC = fh.read() | ||
setup( | ||
name="hydra-rq-launcher", | ||
version="1.0.0rc2", | ||
version="1.0.0rc4", | ||
author="Jan-Matthis Lueckmann, Omry Yadan", | ||
author_email="[email protected], [email protected]", | ||
description="Redis Queue (RQ) Launcher for Hydra apps", | ||
|
@@ -25,7 +25,7 @@ | |
install_requires=[ | ||
"cloudpickle", | ||
"fakeredis", | ||
"hydra-core~=1.0.0rc1", | ||
"hydra-core~=1.0.0rc3", | ||
"rq==1.4.3", | ||
], | ||
include_package_data=True, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
LONG_DESC = fh.read() | ||
setup( | ||
name="hydra-submitit-launcher", | ||
version="1.0.0rc5", | ||
version="1.0.0rc6", | ||
author="Jeremy Rapin, Jieru Hu, Omry Yadan", | ||
author_email="[email protected], [email protected], [email protected]", | ||
description="Submitit Launcher for Hydra apps", | ||
|
@@ -21,6 +21,6 @@ | |
"Operating System :: POSIX :: Linux", | ||
"Development Status :: 4 - Beta", | ||
], | ||
install_requires=["hydra-core~=1.0.0rc1", "submitit>=1.0.0"], | ||
install_requires=["hydra-core~=1.0.0rc3", "submitit>=1.0.0"], | ||
include_package_data=True, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters