Skip to content
Snippets Groups Projects
Commit 0c12deb9 authored by Adrien Crovato's avatar Adrien Crovato
Browse files

update container and scipy versions

parent a049fe34
No related branches found
No related tags found
1 merge request!1Vesion 1.1
Pipeline #48249 passed
default: default:
image: rboman/waves-py3:2020.3 image: rboman/waves-py3:2022.0
.global_tag: &global_tag_def .global_tag: &global_tag_def
tags: tags:
......
...@@ -31,6 +31,6 @@ setup( ...@@ -31,6 +31,6 @@ setup(
url='https://gitlab.uliege.be/am-dept/pypk', url='https://gitlab.uliege.be/am-dept/pypk',
license='Apache 2.0', license='Apache 2.0',
packages=find_packages(include=['pypk*']), 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'], classifiers=['Operating System :: OS Independent', 'Programming Language :: Python'],
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment