Skip to content

Commit

Permalink
Hopefully fix failing CI tests. Appears to be related to a numpy vers…
Browse files Browse the repository at this point in the history
…ion pinning issue from pandas?
  • Loading branch information
jranalli committed Jul 16, 2024
1 parent 945ffa9 commit 917472e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
package_dir={"": "src"},
packages=find_packages(where="src"),
install_requires=[
'numpy<2',
'pandas',
'tables', # possibly must be installed separately via conda pytables because of MS dependency
'numpy',
'pyproj',
'pvlib',
'netcdf4',
Expand Down

0 comments on commit 917472e

Please sign in to comment.