Skip to content

Commit

Permalink
Upgrade dependencies to handle python 3.12 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
brtietz authored May 28, 2024
1 parent cdeb16a commit 6829cce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6829cce

Please sign in to comment.