Skip to content

Commit

Permalink
update scikit-learn version in requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Henley13 committed Feb 8, 2022
1 parent 1ab69fc commit 1879853
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Big-FISH requires Python 3.6 or newer. Additionally, it has the following depend

- numpy (>= 1.16.0)
- scipy (>= 1.4.1)
- scikit-learn (>= 0.21.0)
- scikit-learn (>= 0.24.0)
- scikit-image (>= 0.14.2)
- matplotlib (>= 3.0.2)
- pandas (>= 0.24.0)
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy >= 1.16.0
scikit-learn >= 0.21.0
scikit-learn >= 0.24.0
scikit-image >= 0.14.2
scipy >= 1.4.1
matplotlib >= 3.0.2
Expand Down

0 comments on commit 1879853

Please sign in to comment.