mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 23:31:12 +00:00
fixed some dependency calls with new layout
This commit is contained in:
parent
438407be74
commit
d48d740b78
22 changed files with 32 additions and 49 deletions
4
setup.py
4
setup.py
|
@ -213,7 +213,7 @@ setup(name='vide',
|
|||
setup_requires=['cython','setuptools','healpy','argparse','scipy','astropy','extension-helpers','netCDF4'],
|
||||
install_requires=['argparse','scipy','astropy','extension-helpers','netCDF4','healpy'],
|
||||
ext_modules=[vide_extension],
|
||||
description='The VIDE pipeline analysis for Cosmic Voids',
|
||||
description='The VIDE pipeline for Cosmic Voids',
|
||||
long_description=open("./README.md", 'r').read(),
|
||||
long_description_content_type="text/markdown",
|
||||
keywords="cosmology, interpolation, cmake, extension",
|
||||
|
@ -236,3 +236,5 @@ setup(name='vide',
|
|||
'install_scripts': install_scripts,
|
||||
}
|
||||
)
|
||||
|
||||
print("Installation finished. VIDE is ready to run!")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue