Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcvey3 committed Dec 8, 2023
1 parent 4c69b93 commit 1db3845
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy>=1.21
scipy>=1.7.0
xarray>=0.19.0
netcdf4<1.6.0
netCDF4
bottleneck
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
package_data={},
install_requires=['numpy>=1.21',
'scipy>=1.7.0',
'xarray>=0.18.2',
'netcdf4>=1.5.7',
'xarray>=0.19.0',
'netCDF4',
'bottleneck'],
provides=['dolfyn'],
scripts=['scripts/motcorrect_vector.py', 'scripts/binary2mat.py'],
Expand Down

0 comments on commit 1db3845

Please sign in to comment.