Skip to content

Commit

Permalink
added some compatibility for earlier python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisSWDavis committed Feb 19, 2025
1 parent 1c60130 commit 8c6013d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ spaceweather>=0.2.4
atmosphericRadiationDoseAndFlux >= 1.0.3
kpindex >= 2.0.0
ipywidgets >= 8.1.5
dask >= 2025.1.0
pyarrow >= 18.1.0
dask >= 2022.0.0
pyarrow >= 12.0.0

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

0 comments on commit 8c6013d

Please sign in to comment.