Skip to content

Commit

Permalink
bump hydra version for plugins (#886)
Browse files Browse the repository at this point in the history
  • Loading branch information
omry authored Aug 17, 2020
1 parent 7a0a9ea commit 9f91d27
Show file tree
Hide file tree
Showing 14 changed files with 20 additions and 23 deletions.
2 changes: 1 addition & 1 deletion examples/advanced/hydra_app_example/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
)
5 changes: 1 addition & 4 deletions hydra/extra/pytest_plugin.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved
# Source of truth for version
__version__ = "1.0.0rc1"
import copy
from pathlib import Path
from typing import Callable, List, Optional

import pytest
from omegaconf.basecontainer import BaseContainer

from hydra.core.singleton import Singleton
from hydra.test_utils.test_utils import SweepTaskFunction, TaskTestFunction
from hydra.types import TaskFunction
from omegaconf.basecontainer import BaseContainer


@pytest.fixture(scope="function") # type: ignore
Expand Down
2 changes: 1 addition & 1 deletion plugins/examples/example_configsource_plugin/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"Programming Language :: Python :: 3.8",
"Operating System :: OS Independent",
],
install_requires=["hydra-core~=1.0.0rc1"],
install_requires=["hydra-core~=1.0.0rc3"],
# If this plugin is providing configuration files, be sure to include them in the package.
# See MANIFEST.in.
# For configurations to be discoverable at runtime, they should also be added to the search path.
Expand Down
2 changes: 1 addition & 1 deletion plugins/examples/example_generic_plugin/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"Programming Language :: Python :: 3.8",
"Operating System :: OS Independent",
],
install_requires=["hydra-core~=1.0.0rc1"],
install_requires=["hydra-core~=1.0.0rc3"],
# If this plugin is providing configuration files, be sure to include them in the package.
# See MANIFEST.in.
# For configurations to be discoverable at runtime, they should also be added to the search path.
Expand Down
2 changes: 1 addition & 1 deletion plugins/examples/example_launcher_plugin/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"Programming Language :: Python :: 3.8",
"Operating System :: OS Independent",
],
install_requires=["hydra-core~=1.0.0rc1"],
install_requires=["hydra-core~=1.0.0rc3"],
# If this plugin is providing configuration files, be sure to include them in the package.
# See MANIFEST.in.
# For configurations to be discoverable at runtime, they should also be added to the search path.
Expand Down
2 changes: 1 addition & 1 deletion plugins/examples/example_searchpath_plugin/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"Programming Language :: Python :: 3.8",
"Operating System :: OS Independent",
],
install_requires=["hydra-core~=1.0.0rc1"],
install_requires=["hydra-core~=1.0.0rc3"],
# If this plugin is providing configuration files, be sure to include them in the package.
# See MANIFEST.in.
# For configurations to be discoverable at runtime, they should also be added to the search path.
Expand Down
2 changes: 1 addition & 1 deletion plugins/examples/example_sweeper_plugin/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"Programming Language :: Python :: 3.8",
"Operating System :: OS Independent",
],
install_requires=["hydra-core~=1.0.0rc1"],
install_requires=["hydra-core~=1.0.0rc3"],
# If this plugin is providing configuration files, be sure to include them in the package.
# See MANIFEST.in.
# For configurations to be discoverable at runtime, they should also be added to the search path.
Expand Down
4 changes: 2 additions & 2 deletions plugins/hydra_ax_sweeper/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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,
)
4 changes: 2 additions & 2 deletions plugins/hydra_colorlog/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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,
)
4 changes: 2 additions & 2 deletions plugins/hydra_joblib_launcher/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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,
)
4 changes: 2 additions & 2 deletions plugins/hydra_nevergrad_sweeper/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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,
)
4 changes: 2 additions & 2 deletions plugins/hydra_rq_launcher/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions plugins/hydra_submitit_launcher/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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,
)
2 changes: 1 addition & 1 deletion tests/standalone_apps/initialization_test_app/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
]
},
include_package_data=True,
install_requires=["hydra-core~=1.0.0rc1"],
install_requires=["hydra-core~=1.0.0rc3"],
)

0 comments on commit 9f91d27

Please sign in to comment.