From 0c12deb9f8eb922368746558574c48c5e70ceb9d Mon Sep 17 00:00:00 2001 From: acrovato <a.crovato@uliege.be> Date: Fri, 4 Oct 2024 12:29:21 +0200 Subject: [PATCH] update container and scipy versions --- .gitlab-ci.yml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2f4f3ca..a9fc51d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ default: - image: rboman/waves-py3:2020.3 + image: rboman/waves-py3:2022.0 .global_tag: &global_tag_def tags: diff --git a/setup.py b/setup.py index f04087f..9922c24 100644 --- a/setup.py +++ b/setup.py @@ -31,6 +31,6 @@ setup( url='https://gitlab.uliege.be/am-dept/pypk', license='Apache 2.0', packages=find_packages(include=['pypk*']), - install_requires=['numpy>=1.22', 'scipy>=1.8', 'matplotlib>=3.5'], + install_requires=['numpy>=1.22', 'scipy>=1.8,<=1.12', 'matplotlib>=3.5'], classifiers=['Operating System :: OS Independent', 'Programming Language :: Python'], ) -- GitLab