Skip to content
Snippets Groups Projects
Commit dd0e3d66 authored by Philipp Arras's avatar Philipp Arras
Browse files

Fix versions of dependencies

parent 55bbaa8c
Branches
Tags
1 merge request!36Pypi
...@@ -2,5 +2,5 @@ ...@@ -2,5 +2,5 @@
requires-python = ">=3.7" requires-python = ">=3.7"
[build-system] [build-system]
requires = ["setuptools >= 40.6.0", "pybind11 >= 2.6.0", "ducc0", "matplotlib", "h5py", "nifty8"] requires = ["setuptools >= 40.6.0", "pybind11 >= 2.6.0", "ducc0 >= 0.23.0", "nifty8 >= 8.0"]
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta"
...@@ -142,7 +142,7 @@ setup( ...@@ -142,7 +142,7 @@ setup(
packages=find_packages(include=["resolve", "resolve.*", "resolve_support", "resolve_support.*"]), packages=find_packages(include=["resolve", "resolve.*", "resolve_support", "resolve_support.*"]),
zip_safe=True, zip_safe=True,
dependency_links=[], dependency_links=[],
install_requires=["ducc0", "numpy", "nifty8"], install_requires=["ducc0>=0.23.0", "numpy", "nifty8>=8.0"],
extras_require={"full": ("astropy", "pytest", "pytest-cov", "mpi4py", "python-casacore", "h5py", "matplotlib")}, extras_require={"full": ("astropy", "pytest", "pytest-cov", "mpi4py", "python-casacore", "h5py", "matplotlib")},
ext_modules=extensions, ext_modules=extensions,
entry_points={"console_scripts": entry_points={"console_scripts":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment