Skip to content

Commit

Permalink
update PyPi version
Browse files Browse the repository at this point in the history
  • Loading branch information
jflamant committed Aug 1, 2024
1 parent 68804f3 commit 349a16d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='0.9.1.dev',
version='0.9.2.dev',

description='An open-source python framework for processing \
bivariate signals.',
Expand Down Expand Up @@ -75,7 +75,7 @@
# your project is installed. For an analysis of "install_requires" vs pip's
# requirements files see:
# https://packaging.python.org/en/latest/requirements.html
install_requires=['numpy', 'scipy', 'matplotlib', 'numpy-quaternion'],
install_requires=['numpy<2.0.0', 'scipy', 'matplotlib', 'numpy-quaternion'],

# List additional groups of dependencies here (e.g. development
# dependencies). You can install these using the following syntax,
Expand Down

0 comments on commit 349a16d

Please sign in to comment.