From 62de6547c73f8b254f924f303ae2255b4b6540a2 Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Tue, 27 Feb 2024 14:53:46 -0500 Subject: [PATCH] Enable numba and nrel-pysam in py3.12 anaconda environments (#1964) --- 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