Skip to content

Commit

Permalink
Merge pull request #240 from SyntenyBio/jday1/support-tensorflow217
Browse files Browse the repository at this point in the history
Remove upper bound on tensorflow
  • Loading branch information
timodonnell authored Sep 18, 2024
2 parents f817c51 + e88ba1c commit 75251b8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion mhcflurry/class1_neural_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,6 @@ def wrapped_generator():
initial_epoch=epoch - 1,
epochs=epoch,
use_multiprocessing=False,
workers=0,
validation_data=(validation_x_dict, validation_y_dict),
verbose=verbose,
)
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
six
pandas>=0.20.3
tensorflow>=2.15.0,<2.17.0
tensorflow>=2.15.0
tf-keras
appdirs
scikit-learn
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"mhcgnomes>=0.8.4",
"pyyaml",
"tqdm",
"tensorflow>=2.15.0,<2.17.0",
"tensorflow>=2.15.0",
"tf-keras"
]

Expand Down

0 comments on commit 75251b8

Please sign in to comment.