Skip to content

Commit

Permalink
added missing pyarrow library
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisSWDavis committed Feb 19, 2025
1 parent 43d7dc0 commit 433b07d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ atmosphericRadiationDoseAndFlux >= 1.0.3
kpindex >= 2.0.0
ipywidgets >= 8.1.5
dask >= 2025.1.0
pyarrow >= 18.1.0

3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
'atmosphericRadiationDoseAndFlux >= 1.0.3',
'kpindex >= 2.0.0',
'ipywidgets >= 8.1.5',
'dask>=2025.1.0'],
'dask>=2025.1.0',
'pyarrow >= 18.1.0'],
#install_requires,
setup_requires=['pytest-runner','wheel'],
tests_require=['pytest'],
Expand Down

0 comments on commit 433b07d

Please sign in to comment.