Skip to content

Commit

Permalink
Merge pull request #772 from EducationalTestingService/760/unpin-numpy
Browse files Browse the repository at this point in the history
unpin numpy to use the latest version
  • Loading branch information
damien2012eng authored Oct 10, 2024
2 parents 231867d + eff7f97 commit 093d8d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda-recipe/skll/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ requirements:
- python >=3.10
- beautifulsoup4
- joblib
- numpy<2
- numpy
- pandas
- ruamel.yaml
- scikit-learn >=1.4.0,<1.5.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.dev
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ build
coverage
joblib
nose2
numpy<2
numpy
pandas
pre-commit
ruamel.yaml
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
beautifulsoup4
joblib
numpy<2
numpy
pandas
ruamel.yaml
scikit-learn>=1.4.0,<1.5.0
Expand Down

0 comments on commit 093d8d8

Please sign in to comment.