Skip to content

Commit

Permalink
attempting to fix dependency issue by restricting Keras version
Browse files Browse the repository at this point in the history
  • Loading branch information
LonnekeScheffer committed Apr 18, 2024
1 parent 92c872a commit 64ef227
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion immuneML/app/ImmuneMLApp.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ def main():


if __name__ == "__main__":
main()
main()
2 changes: 1 addition & 1 deletion requirements_KerasSequenceCNN.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
keras>=2.3.1
keras>=2.3.1,<=3.0.0
tensorflow>=2.2.0
numpy>=1.18.5,<=1.23.2

0 comments on commit 64ef227

Please sign in to comment.