Skip to content

Commit

Permalink
Remove all pins on scikit-learn
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcauliffe committed Dec 2, 2024
1 parent edb3ee1 commit 27ef2c3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ci/docker_environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- kaldi=*=*cpu*
- pynini
- openfst=1.8.3
- scikit-learn<1.3
- scikit-learn
- hdbscan
- baumwelch
- ngram
Expand Down
2 changes: 1 addition & 1 deletion github_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
- scipy
- pynini
- openfst=1.8.3
- scikit-learn<1.3
- scikit-learn
- hdbscan
- baumwelch
- ngram
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pyyaml
librosa
numpy
scipy
scikit-learn<1.3
scikit-learn
requests
biopython==1.79
dataclassy
Expand Down
2 changes: 1 addition & 1 deletion rtd_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- pgvector
- pgvector-python
- postgresql
- scikit-learn<1.3
- scikit-learn
- hdbscan
- psycopg2
- biopython=1.79
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ install_requires =
requests
rich
rich-click
scikit-learn<1.3
scikit-learn
seaborn
sqlalchemy>=1.4
tqdm
Expand Down

0 comments on commit 27ef2c3

Please sign in to comment.