Skip to content

Commit 093d8d8

Browse files
Merge pull request #772 from EducationalTestingService/760/unpin-numpy
unpin numpy to use the latest version
2 parents 231867d + eff7f97 commit 093d8d8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

conda-recipe/skll/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ requirements:
3131
- python >=3.10
3232
- beautifulsoup4
3333
- joblib
34-
- numpy<2
34+
- numpy
3535
- pandas
3636
- ruamel.yaml
3737
- scikit-learn >=1.4.0,<1.5.0

requirements.dev

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ build
33
coverage
44
joblib
55
nose2
6-
numpy<2
6+
numpy
77
pandas
88
pre-commit
99
ruamel.yaml

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
beautifulsoup4
22
joblib
3-
numpy<2
3+
numpy
44
pandas
55
ruamel.yaml
66
scikit-learn>=1.4.0,<1.5.0

0 commit comments

Comments
 (0)