Skip to content

Commit

Permalink
Restrict tensorflow requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
bfhealy committed Feb 23, 2024
1 parent 2720bed commit db52661
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ keras-tuner = ">=1.0.2"
matplotlib = ">=3.3"
questionary = ">=1.8.1"
scikit-learn = ">=0.24.1"
tensorflow = ">=2.14.0"
tensorflow = ">=2.14.0,<=2.15.0"
wandb = ">=0.12.1"
h5py = ">=3.10.0"
astropy = ">=5.2.2"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ keras-tuner>=1.0.2
matplotlib>=3.3
questionary>=1.8.1
scikit-learn>=0.24.1
tensorflow>=2.14.0
tensorflow>=2.14.0,<=2.15.0
wandb>=0.12.1

0 comments on commit db52661

Please sign in to comment.