Skip to content

Commit

Permalink
Pin tensorflow version
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bz committed Nov 14, 2023
1 parent 1fcb1e4 commit 8aa935f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- pydantic>2.3
- numpy
- pyyaml
- tensorflow
- tensorflow=2.11.0
- botorch

# dev requirements
Expand Down
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
black
pre-commit
pytest
tensorflow
tensorflow=2.11.0
botorch

0 comments on commit 8aa935f

Please sign in to comment.