-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
requirements.txt update and attribute name change (#152)
* edit requirements.txt to match INSTALL_REQUIRES from setup.py * changed 'affinity' parameter to 'metric' to follow sklearn.cluster.AgglomerativeClustering parameter rename --------- Co-authored-by: BARRAY Sven <[email protected]>
- Loading branch information
1 parent
3d649d6
commit 36b8ca1
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
numpy>=1.17.5 | ||
scipy>=1.3.3 | ||
scikit-learn>=0.22.1 | ||
joblib>=0.14 | ||
numba>=0.48.0 | ||
numpy>=1.22.4 | ||
scipy>=1.8.1 | ||
scikit-learn>1.2.0 | ||
joblib>=1.1.1 | ||
numba>=0.55.2 |