Skip to content

Commit

Permalink
fix env files
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Nov 10, 2023
1 parent ae08607 commit 1a332d9
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion envs/lenskit-py3.10-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
- hypothesis >= 6
- numba >= 0.51, < 0.59
- numpy >= 1.19
- pandas >=1.0, ==1.*
- pandas >=1.0, <2
- psutil >= 5
- pytest ==7.*
- pytest-doctestplus >= 0.9
Expand Down
2 changes: 1 addition & 1 deletion envs/lenskit-py3.10-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies:
- numba >= 0.51, < 0.59
- numpy >= 1.19
- packaging >= 20
- pandas >=1.0, ==1.*
- pandas >=1.0, <2
- psutil >= 5
- pyproject2conda >=0.8
- pytest ==7.*
Expand Down
2 changes: 1 addition & 1 deletion envs/lenskit-py3.10-doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
- myst-nb >= 0.13
- numba >= 0.51, < 0.59
- numpy >= 1.19
- pandas >=1.0, ==1.*
- pandas >=1.0, <2
- psutil >= 5
- scipy >= 1.3.2
- seedbank >= 0.1.0
Expand Down
2 changes: 1 addition & 1 deletion envs/lenskit-py3.10-sklearn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
- csr >= 0.4
- numba >= 0.51, < 0.59
- numpy >= 1.19
- pandas >=1.0, ==1.*
- pandas >=1.0, <2
- psutil >= 5
- scikit-learn >= 0.22
- scipy >= 1.3.2
Expand Down
2 changes: 1 addition & 1 deletion envs/lenskit-py3.10-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
- hypothesis >= 6
- numba >= 0.51, < 0.59
- numpy >= 1.19
- pandas >=1.0, ==1.*
- pandas >=1.0, <2
- psutil >= 5
- pytest ==7.*
- pytest-doctestplus >= 0.9
Expand Down
2 changes: 1 addition & 1 deletion envs/lenskit-py3.11-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
- hypothesis >= 6
- numba >= 0.51, < 0.59
- numpy >= 1.19
- pandas >=1.0, ==1.*
- pandas >=1.0, <2
- psutil >= 5
- pytest ==7.*
- pytest-doctestplus >= 0.9
Expand Down
2 changes: 1 addition & 1 deletion envs/lenskit-py3.11-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies:
- numba >= 0.51, < 0.59
- numpy >= 1.19
- packaging >= 20
- pandas >=1.0, ==1.*
- pandas >=1.0, <2
- psutil >= 5
- pyproject2conda >=0.8
- pytest ==7.*
Expand Down
2 changes: 1 addition & 1 deletion envs/lenskit-py3.11-doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
- myst-nb >= 0.13
- numba >= 0.51, < 0.59
- numpy >= 1.19
- pandas >=1.0, ==1.*
- pandas >=1.0, <2
- psutil >= 5
- scipy >= 1.3.2
- seedbank >= 0.1.0
Expand Down
2 changes: 1 addition & 1 deletion envs/lenskit-py3.11-sklearn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
- csr >= 0.4
- numba >= 0.51, < 0.59
- numpy >= 1.19
- pandas >=1.0, ==1.*
- pandas >=1.0, <2
- psutil >= 5
- scikit-learn >= 0.22
- scipy >= 1.3.2
Expand Down
2 changes: 1 addition & 1 deletion envs/lenskit-py3.11-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
- hypothesis >= 6
- numba >= 0.51, < 0.59
- numpy >= 1.19
- pandas >=1.0, ==1.*
- pandas >=1.0, <2
- psutil >= 5
- pytest ==7.*
- pytest-doctestplus >= 0.9
Expand Down

0 comments on commit 1a332d9

Please sign in to comment.