Skip to content

Commit

Permalink
bump numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
pail23 committed Dec 16, 2023
1 parent 2b39454 commit a957553
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
wheel
numpy==1.25.2
numpy==1.26.0
pandas==2.0.3
scipy==1.11.3
pvlib>=0.10.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
python_requires='>=3.9, <3.12',
install_requires=[
'wheel',
'numpy==1.25.2',
'numpy==1.26',
'scipy==1.11.3',
'pandas==2.0.3',
'pvlib>=0.10.1',
Expand Down

0 comments on commit a957553

Please sign in to comment.