Skip to content

Commit dbf7027

Browse files
committed
chore: update deps in package
1 parent 543d2eb commit dbf7027

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

setup.py

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='arlpy',
8-
version='1.9.0',
8+
version='1.9.1',
99
description='ARL Python Tools',
1010
long_description=readme,
1111
author='Mandar Chitre',
@@ -15,10 +15,12 @@
1515
keywords='underwater acoustics signal processing communication',
1616
packages=find_packages(exclude=('tests', 'docs')),
1717
install_requires=[
18-
'numpy>=1.18.1',
19-
'scipy>=1.4.1',
20-
'utm>=0.5.0',
21-
'pandas>=1.0.1',
22-
'bokeh>=1.4.0'
18+
'numpy>=1.24.0',
19+
'numpy<2.0.0',
20+
'scipy>=1.13.0',
21+
'scipy<1.14.0',
22+
'utm>=0.7.0',
23+
'pandas>=1.5.0',
24+
'bokeh>=3.0.0'
2325
]
2426
)

0 commit comments

Comments
 (0)