Skip to content

Commit

Permalink
chore: update deps in package
Browse files Browse the repository at this point in the history
  • Loading branch information
mchitre committed Nov 25, 2024
1 parent 543d2eb commit dbf7027
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='arlpy',
version='1.9.0',
version='1.9.1',
description='ARL Python Tools',
long_description=readme,
author='Mandar Chitre',
Expand All @@ -15,10 +15,12 @@
keywords='underwater acoustics signal processing communication',
packages=find_packages(exclude=('tests', 'docs')),
install_requires=[
'numpy>=1.18.1',
'scipy>=1.4.1',
'utm>=0.5.0',
'pandas>=1.0.1',
'bokeh>=1.4.0'
'numpy>=1.24.0',
'numpy<2.0.0',
'scipy>=1.13.0',
'scipy<1.14.0',
'utm>=0.7.0',
'pandas>=1.5.0',
'bokeh>=3.0.0'
]
)

0 comments on commit dbf7027

Please sign in to comment.