-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update requirements and increase version to 0.6.0 (#316)
Update requirements and constraints, and increase version to 0.6.0 in preparation for release.
- Loading branch information
1 parent
7cbfc78
commit 348546b
Showing
12 changed files
with
101 additions
and
88 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 |
---|---|---|
@@ -1,16 +1,16 @@ | ||
appdirs==1.4.4 | ||
black==21.6b0 | ||
black==21.7b0 | ||
click==8.0.1 | ||
flake8==3.9.2 | ||
importlib-metadata==4.5.0 | ||
isort==5.8.0 | ||
importlib-metadata==4.6.3 | ||
isort==5.9.3 | ||
mccabe==0.6.1 | ||
mypy-extensions==0.4.3 | ||
pathspec==0.8.1 | ||
pathspec==0.9.0 | ||
pycodestyle==2.7.0 | ||
pyflakes==2.3.1 | ||
regex==2021.4.4 | ||
toml==0.10.2 | ||
regex==2021.8.3 | ||
tomli==1.2.0 | ||
typed-ast==1.4.3 | ||
typing-extensions==3.10.0.0 | ||
zipp==3.4.1 | ||
typing-extensions==3.7.4.3 | ||
zipp==3.5.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
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,5 +1,5 @@ | ||
mypy==0.902 | ||
mypy==0.910 | ||
mypy-extensions==0.4.3 | ||
toml==0.10.2 | ||
typed-ast==1.4.3 | ||
typing-extensions==3.10.0.0 | ||
typing-extensions==3.7.4.3 |
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 |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
|
||
setup( | ||
name="trieste", | ||
version="0.5.0", | ||
version="0.6.0", | ||
author="The Trieste contributors", | ||
author_email="[email protected]", | ||
description="A Bayesian optimization research toolbox built on TensorFlow", | ||
|
@@ -41,8 +41,7 @@ | |
"gpflow==2.2.*", | ||
"gpflux==0.1.*", | ||
"numpy", | ||
# tensorflow!=2.2.0,!=2.3.0 because of https://github.com/advisories/GHSA-8fxw-76px-3rxv | ||
"tensorflow>=2.1,!=2.2.0,!=2.3.0", | ||
"tensorflow-probability>=0.9", | ||
"tensorflow>=2.4", | ||
"tensorflow-probability>=0.12", | ||
], | ||
) |
Oops, something went wrong.