From 6afc9c2e3e1ffe32d41ecd5a09dbe18ca04a870b Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Tue, 6 Feb 2024 17:57:19 -0500 Subject: [PATCH] Enable numba and nrel-pysam in py3.12 anaconda environments --- ci/requirements-py3.12.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/requirements-py3.12.yml b/ci/requirements-py3.12.yml index 5e65c3ed6f..156a408f48 100644 --- a/ci/requirements-py3.12.yml +++ b/ci/requirements-py3.12.yml @@ -7,7 +7,7 @@ dependencies: - cython - ephem - h5py - # - numba # not available for 3.12 as of 2023-12-12 + - numba - numpy >= 1.16.0 - pandas >= 0.25.0 - pip @@ -23,6 +23,6 @@ dependencies: - requests - scipy >= 1.5.0 - statsmodels - # - pip: - # - nrel-pysam>=2.0 # not available for 3.12 as of 2023-12-12 + - pip: + - nrel-pysam>=2.0 # - solarfactors # required shapely<2 isn't available for 3.12