Skip to content

Commit

Permalink
update nvflare version
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerroth committed Feb 23, 2024
1 parent fc3e75c commit 11064c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/advanced/bionemo/downstream/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Follow the instructions provide [here](../README.md#requirements) on how to start the BioNeMo container.

Inside the container, install nvflare: `pip install nvflare==2.4.0rc7 PyTDC`
Inside the container, install nvflare: `pip install nvflare~=2.4.0 PyTDC`

## 2. Run examples

Expand Down
2 changes: 1 addition & 1 deletion examples/advanced/bionemo/task_fitting/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nvflare
nvflare~=2.4.0
biopython
scikit-learn
matplotlib

0 comments on commit 11064c6

Please sign in to comment.