We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 543d2eb commit dbf7027Copy full SHA for dbf7027
setup.py
@@ -5,7 +5,7 @@
5
6
setup(
7
name='arlpy',
8
- version='1.9.0',
+ version='1.9.1',
9
description='ARL Python Tools',
10
long_description=readme,
11
author='Mandar Chitre',
@@ -15,10 +15,12 @@
15
keywords='underwater acoustics signal processing communication',
16
packages=find_packages(exclude=('tests', 'docs')),
17
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'
+ 'numpy>=1.24.0',
+ 'numpy<2.0.0',
+ 'scipy>=1.13.0',
+ 'scipy<1.14.0',
+ 'utm>=0.7.0',
23
+ 'pandas>=1.5.0',
24
+ 'bokeh>=3.0.0'
25
]
26
)
0 commit comments