-
Notifications
You must be signed in to change notification settings - Fork 361
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump version: 0.14.5rc1 -> 0.14.5
- Loading branch information
1 parent
60c225e
commit f16dc9f
Showing
16 changed files
with
19 additions
and
19 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
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 |
---|---|---|
@@ -1 +1 @@ | ||
0.14.5rc1 | ||
0.14.5 |
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 |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.14.5rc1" | ||
__version__ = "0.14.5" |
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
setup( | ||
name="determined-cli", | ||
version="0.14.5rc1", | ||
version="0.14.5", | ||
author="Determined AI", | ||
author_email="[email protected]", | ||
url="https://determined.ai/", | ||
|
@@ -21,7 +21,7 @@ | |
"ruamel.yaml>=0.15.78", | ||
"tabulate>=0.8.3", | ||
"termcolor==1.1.0", | ||
"determined-common==0.14.5rc1", | ||
"determined-common==0.14.5", | ||
# requests<2.22.0 requires urllib3<1.25, which is incompatible with boto3>=1.14.11 | ||
"requests>=2.22.0", | ||
# botocore>1.19.0 has stricter urllib3 requirements than boto3, and pip will not reliably | ||
|
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 |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.14.5rc1" | ||
__version__ = "0.14.5" |
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
setup( | ||
name="determined-common", | ||
version="0.14.5rc1", | ||
version="0.14.5", | ||
author="Determined AI", | ||
author_email="[email protected]", | ||
url="https://determined.ai/", | ||
|
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 |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.14.5rc1" | ||
__version__ = "0.14.5" |
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
setup( | ||
name="determined-deploy", | ||
version="0.14.5rc1", | ||
version="0.14.5", | ||
author="Determined AI", | ||
author_email="[email protected]", | ||
url="https://determined.ai/", | ||
|
@@ -18,7 +18,7 @@ | |
"google-api-python-client>=1.12.1", | ||
"paramiko>=2.4.2", # explicitly pull in paramiko to prevent DistributionNotFound error | ||
"docker-compose>=1.13.0", | ||
"determined-common==0.14.5rc1", | ||
"determined-common==0.14.5", | ||
# requests<2.22.0 requires urllib3<1.25, which is incompatible with boto3>=1.14.11 | ||
"requests>=2.22.0", | ||
# botocore>1.19.0 has stricter urllib3 requirements than boto3, and pip will not reliably | ||
|
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 |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.14.5rc1" | ||
__version__ = "0.14.5" |
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
setup( | ||
name="determined", | ||
version="0.14.5rc1", | ||
version="0.14.5", | ||
author="Determined AI", | ||
author_email="[email protected]", | ||
url="https://determined.ai/", | ||
|
@@ -15,7 +15,7 @@ | |
package_data={"determined": ["py.typed"]}, | ||
install_requires=[ | ||
"cloudpickle==0.5.3", | ||
"determined-common==0.14.5rc1", | ||
"determined-common==0.14.5", | ||
"dill>=0.2.9", | ||
# TF 2.2 has strict h5py requirements, which we expose here. | ||
"h5py>=2.10.0,<2.11.0", | ||
|
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