Skip to content

Commit

Permalink
Update bones
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmalik committed Jun 16, 2021
1 parent cc9ceeb commit 1f89ac3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .nengobones.yml
Expand Up @@ -16,7 +16,7 @@ manifest_in: {}
setup_py:
install_req:
- scipy>=1.0.0
- tensorflow>=2.1.0
- tensorflow>=2.2.0
tests_req:
- pytest>=6.1.0
- pytest-rng>=1.0.0
Expand Down Expand Up @@ -68,7 +68,7 @@ travis_yml:
- script: test
- script: test
env:
TF_VERSION: tensorflow==2.1.0
TF_VERSION: tensorflow==2.2.0
python: 3.6
- script: docs
- script: examples
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -34,7 +34,7 @@ jobs:
SCRIPT="test"
-
env:
TF_VERSION="tensorflow==2.1.0"
TF_VERSION="tensorflow==2.2.0"
SCRIPT="test"
python: 3.6
-
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -31,7 +31,7 @@ def read(*filenames, **kwargs):

install_req = [
"scipy>=1.0.0",
"tensorflow>=2.1.0",
"tensorflow>=2.2.0",
]
docs_req = [
"matplotlib>=3.0.2",
Expand Down

0 comments on commit 1f89ac3

Please sign in to comment.