From d9d551bc7778b18ce0863543ffc9225ca77fce46 Mon Sep 17 00:00:00 2001 From: Brian Mirletz Date: Fri, 24 May 2024 13:36:11 -0600 Subject: [PATCH] Upgrade dependencies to handle python 3.12 --- .github/workflows/ci.yml | 2 +- requirements.txt | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 97a943c..5dfbf97 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest] - python-version: ["3.10", "3.11"] + python-version: ["3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v3 diff --git a/requirements.txt b/requirements.txt index c108f32..5b745db 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,16 +3,16 @@ et-xmlfile==1.1.0 exceptiongroup==1.1.2 iniconfig==2.0.0 lxml==4.9.3 -numpy==1.25.1 +numpy==1.26.4 openpyxl==3.1.2 -nrel-pysam==4.2.0 +nrel-pysam==5.1.0 packaging==23.1 -pandas==2.0.3 +pandas==2.2.2 pluggy==1.2.0 pytest==7.4.0 -python-dateutil==2.8.2 -pytz==2023.3 +python-dateutil==2.9.0.post0 +pytz==2024.1 six==1.16.0 tomli==2.0.1 -tzdata==2023.3 -xlwings==0.30.10 +tzdata==2024.1 +xlwings==0.31.3