From 349a16df8471bb1721ab45be41d1debfdfd6d5e4 Mon Sep 17 00:00:00 2001 From: Julien Flamant Date: Thu, 1 Aug 2024 12:56:11 +0200 Subject: [PATCH] update PyPi version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 7b67f4a..a7cdbc5 100644 --- a/setup.py +++ b/setup.py @@ -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.', @@ -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,