Skip to content

Commit

Permalink
Bump gpflow from 2.1.1 to 2.1.2
Browse files Browse the repository at this point in the history
Bumps [gpflow](https://github.com/GPflow/GPflow) from 2.1.1 to 2.1.2.
- [Release notes](https://github.com/GPflow/GPflow/releases)
- [Changelog](https://github.com/GPflow/GPflow/blob/develop/RELEASE.md)
- [Commits](GPflow/GPflow@v2.1.1...v2.1.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Oct 1, 2020
1 parent 3291b9f commit cdeb7ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
numpy==1.19.2
Django==3.1.1
gpflow==2.1.1
gpflow==2.1.2
python-dateutil==2.8.1
networkx==2.5
matplotlib==3.3.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
long_description=LONG_DESCRIPTION,
long_description_content_type='text/markdown',
setup_requires=["numpy==1.19.2",
"gpflow==2.1.1"
"gpflow==2.1.2"
],
install_requires=["python-dateutil==2.8.1",
"networkx==2.5",
Expand Down

0 comments on commit cdeb7ee

Please sign in to comment.