Skip to content

Commit

Permalink
chore: address PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
damien2012eng committed Oct 20, 2024
1 parent 9ef1966 commit 8bc9e91
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conda-recipe/skll/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ requirements:
- numpy
- pandas
- ruamel.yaml
- scikit-learn
- scikit-learn >=1.5.0,<1.6.0
- scipy
- seaborn
- tabulate
Expand Down
2 changes: 1 addition & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
beautifulsoup4
ruamel.yaml
scikit-learn
scikit-learn>=1.5.0,<1.6.0
seaborn
sphinx
sphinx_rtd_theme
Expand Down
2 changes: 1 addition & 1 deletion requirements.dev
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ numpy
pandas
pre-commit
ruamel.yaml
scikit-learn
scikit-learn>=1.5.0,<1.6.0
scipy
seaborn
sphinx
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ joblib
numpy
pandas
ruamel.yaml
scikit-learn
scikit-learn>=1.5.0,<1.6.0
scipy
seaborn
tabulate
Expand Down

0 comments on commit 8bc9e91

Please sign in to comment.