From 2c9d4ae4f964ca10e12512e7688e80cc7da8d736 Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Wed, 14 Jun 2023 11:42:56 -0400 Subject: [PATCH 1/2] enable numba and pysam in 3.11 requirements yml --- ci/requirements-py3.11.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/requirements-py3.11.yml b/ci/requirements-py3.11.yml index ee4e7a9608..1c3d0cfa21 100644 --- a/ci/requirements-py3.11.yml +++ b/ci/requirements-py3.11.yml @@ -8,7 +8,7 @@ dependencies: - ephem - h5py - netcdf4 - # - numba # https://github.com/numba/numba/issues/8304 + - numba - numpy >= 1.16.0 - pandas >= 0.25.0 - pip @@ -25,5 +25,5 @@ dependencies: - scipy >= 1.2.0 - statsmodels - pip: - # - nrel-pysam>=2.0 + - nrel-pysam>=2.0 - pvfactors==1.5.2 From 89c29a6f6d92ed837f59e2d51a92af3543be0e55 Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Wed, 14 Jun 2023 11:43:16 -0400 Subject: [PATCH 2/2] fix incorrect minimum scipy in 3.11 requirements yml --- ci/requirements-py3.11.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/requirements-py3.11.yml b/ci/requirements-py3.11.yml index 1c3d0cfa21..1e34291d7f 100644 --- a/ci/requirements-py3.11.yml +++ b/ci/requirements-py3.11.yml @@ -22,7 +22,7 @@ dependencies: - python=3.11 - pytz - requests - - scipy >= 1.2.0 + - scipy >= 1.4.0 - statsmodels - pip: - nrel-pysam>=2.0