Skip to content
Snippets Groups Projects

Vesion 1.1

Merged Adrien Crovato requested to merge adri into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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,<=1.12', 'matplotlib>=3.5'],
install_requires=['numpy>=1.22,<2.0.0', 'scipy>=1.8', 'matplotlib>=3.5'],
classifiers=['Operating System :: OS Independent', 'Programming Language :: Python'],
classifiers=['Operating System :: OS Independent', 'Programming Language :: Python'],
)
)
Loading