From ed0f2779b8e14dd9563a8f7494fa3bab131703e9 Mon Sep 17 00:00:00 2001 From: Michael Ekstrand Date: Sat, 2 Mar 2024 20:03:16 -0500 Subject: [PATCH] rerender environments --- envs/lenskit-py3.10-ci.yaml | 6 +++--- envs/lenskit-py3.10-dev.yaml | 10 +++++----- envs/lenskit-py3.10-doc.yaml | 7 ++++--- envs/lenskit-py3.10-test.yaml | 6 +++--- envs/lenskit-py3.11-ci.yaml | 6 +++--- envs/lenskit-py3.11-dev.yaml | 10 +++++----- envs/lenskit-py3.11-doc.yaml | 7 ++++--- envs/lenskit-py3.11-test.yaml | 6 +++--- 8 files changed, 30 insertions(+), 28 deletions(-) diff --git a/envs/lenskit-py3.10-ci.yaml b/envs/lenskit-py3.10-ci.yaml index dc545ad3d..bdd8b6859 100644 --- a/envs/lenskit-py3.10-ci.yaml +++ b/envs/lenskit-py3.10-ci.yaml @@ -17,13 +17,13 @@ dependencies: - csr>=0.5 - hypothesis>=6 - numba<0.59,>=0.56 - - numpy>=1.22 - - pandas<2,>=1.4 + - numpy>=1.23 + - pandas<3,>=1.5 - pytest-cov>=2.12 - pytest-doctestplus>=0.9 - pytest==7.* - scikit-learn>=1.1 - - scipy>=1.8.0 + - scipy>=1.9.0 - seedbank>=0.1.0 - tbb - threadpoolctl>=3.0 diff --git a/envs/lenskit-py3.10-dev.yaml b/envs/lenskit-py3.10-dev.yaml index dfe410347..c5eb1a05f 100644 --- a/envs/lenskit-py3.10-dev.yaml +++ b/envs/lenskit-py3.10-dev.yaml @@ -19,7 +19,6 @@ dependencies: - docopt>=0.6 - hypothesis>=6 - invoke>=1 - - ipython - ipython>=7 - matplotlib~=3.4 - myst-nb>=0.13 @@ -27,16 +26,16 @@ dependencies: - nbval>=0.9 - notebook>=6 - numba<0.59,>=0.56 - - numpy>=1.22 - - pandas<2,>=1.4 - - pyproject2conda + - numpy>=1.23 + - pandas<3,>=1.5 + - pyproject2conda~=0.11 - pytest-cov>=2.12 - pytest-doctestplus>=0.9 - pytest==7.* - python-build==1 - ruff>=0.2 - scikit-learn>=1.1 - - scipy>=1.8.0 + - scipy>=1.9.0 - seedbank>=0.1.0 - setuptools>=64 - setuptools_scm>=8 @@ -44,6 +43,7 @@ dependencies: - sphinx>=4.2 - sphinx_rtd_theme>=0.5 - sphinxcontrib-bibtex>=2.0 + - sphinxext-opengraph>=0.5 - tbb - threadpoolctl>=3.0 - tqdm>=4 diff --git a/envs/lenskit-py3.10-doc.yaml b/envs/lenskit-py3.10-doc.yaml index 2510c0793..0dc9b23a4 100644 --- a/envs/lenskit-py3.10-doc.yaml +++ b/envs/lenskit-py3.10-doc.yaml @@ -16,12 +16,13 @@ dependencies: - csr>=0.5 - myst-nb>=0.13 - numba<0.59,>=0.56 - - numpy>=1.22 - - pandas<2,>=1.4 - - scipy>=1.8.0 + - numpy>=1.23 + - pandas<3,>=1.5 + - scipy>=1.9.0 - seedbank>=0.1.0 - sphinx>=4.2 - sphinx_rtd_theme>=0.5 - sphinxcontrib-bibtex>=2.0 + - sphinxext-opengraph>=0.5 - tbb - threadpoolctl>=3.0 diff --git a/envs/lenskit-py3.10-test.yaml b/envs/lenskit-py3.10-test.yaml index 0f4a6e743..134700e97 100644 --- a/envs/lenskit-py3.10-test.yaml +++ b/envs/lenskit-py3.10-test.yaml @@ -17,12 +17,12 @@ dependencies: - csr>=0.5 - hypothesis>=6 - numba<0.59,>=0.56 - - numpy>=1.22 - - pandas<2,>=1.4 + - numpy>=1.23 + - pandas<3,>=1.5 - pytest-cov>=2.12 - pytest-doctestplus>=0.9 - pytest==7.* - - scipy>=1.8.0 + - scipy>=1.9.0 - seedbank>=0.1.0 - tbb - threadpoolctl>=3.0 diff --git a/envs/lenskit-py3.11-ci.yaml b/envs/lenskit-py3.11-ci.yaml index e6dc81250..feb0fffb7 100644 --- a/envs/lenskit-py3.11-ci.yaml +++ b/envs/lenskit-py3.11-ci.yaml @@ -17,13 +17,13 @@ dependencies: - csr>=0.5 - hypothesis>=6 - numba<0.59,>=0.56 - - numpy>=1.22 - - pandas<2,>=1.4 + - numpy>=1.23 + - pandas<3,>=1.5 - pytest-cov>=2.12 - pytest-doctestplus>=0.9 - pytest==7.* - scikit-learn>=1.1 - - scipy>=1.8.0 + - scipy>=1.9.0 - seedbank>=0.1.0 - tbb - threadpoolctl>=3.0 diff --git a/envs/lenskit-py3.11-dev.yaml b/envs/lenskit-py3.11-dev.yaml index 9424c156f..767fbcb70 100644 --- a/envs/lenskit-py3.11-dev.yaml +++ b/envs/lenskit-py3.11-dev.yaml @@ -19,7 +19,6 @@ dependencies: - docopt>=0.6 - hypothesis>=6 - invoke>=1 - - ipython - ipython>=7 - matplotlib~=3.4 - myst-nb>=0.13 @@ -27,16 +26,16 @@ dependencies: - nbval>=0.9 - notebook>=6 - numba<0.59,>=0.56 - - numpy>=1.22 - - pandas<2,>=1.4 - - pyproject2conda + - numpy>=1.23 + - pandas<3,>=1.5 + - pyproject2conda~=0.11 - pytest-cov>=2.12 - pytest-doctestplus>=0.9 - pytest==7.* - python-build==1 - ruff>=0.2 - scikit-learn>=1.1 - - scipy>=1.8.0 + - scipy>=1.9.0 - seedbank>=0.1.0 - setuptools>=64 - setuptools_scm>=8 @@ -44,6 +43,7 @@ dependencies: - sphinx>=4.2 - sphinx_rtd_theme>=0.5 - sphinxcontrib-bibtex>=2.0 + - sphinxext-opengraph>=0.5 - tbb - threadpoolctl>=3.0 - tqdm>=4 diff --git a/envs/lenskit-py3.11-doc.yaml b/envs/lenskit-py3.11-doc.yaml index 9209a6e41..c5dc1120d 100644 --- a/envs/lenskit-py3.11-doc.yaml +++ b/envs/lenskit-py3.11-doc.yaml @@ -16,12 +16,13 @@ dependencies: - csr>=0.5 - myst-nb>=0.13 - numba<0.59,>=0.56 - - numpy>=1.22 - - pandas<2,>=1.4 - - scipy>=1.8.0 + - numpy>=1.23 + - pandas<3,>=1.5 + - scipy>=1.9.0 - seedbank>=0.1.0 - sphinx>=4.2 - sphinx_rtd_theme>=0.5 - sphinxcontrib-bibtex>=2.0 + - sphinxext-opengraph>=0.5 - tbb - threadpoolctl>=3.0 diff --git a/envs/lenskit-py3.11-test.yaml b/envs/lenskit-py3.11-test.yaml index 57512ca95..d7b6bd038 100644 --- a/envs/lenskit-py3.11-test.yaml +++ b/envs/lenskit-py3.11-test.yaml @@ -17,12 +17,12 @@ dependencies: - csr>=0.5 - hypothesis>=6 - numba<0.59,>=0.56 - - numpy>=1.22 - - pandas<2,>=1.4 + - numpy>=1.23 + - pandas<3,>=1.5 - pytest-cov>=2.12 - pytest-doctestplus>=0.9 - pytest==7.* - - scipy>=1.8.0 + - scipy>=1.9.0 - seedbank>=0.1.0 - tbb - threadpoolctl>=3.0