mirror of
https://github.com/Richard-Sti/csiborgtools_public.git
synced 2025-05-14 06:31:11 +00:00
Periodic neighbours (#84)
* Edit the HMF plot * Add periodic dist 2 points * Add boxsize to RVSSphere * Add periodic distance * Adding periodic distance * Add imports * Change arguments * Update bounds * Lower min number of particles * Change kwargs * Add paths overlap quijote * Add some comments
This commit is contained in:
parent
c7e447df01
commit
c7b600d0ad
14 changed files with 196 additions and 61 deletions
19
setup.py
19
setup.py
|
@ -1,5 +1,24 @@
|
|||
from setuptools import find_packages, setup
|
||||
|
||||
# List of dependencies:
|
||||
# - Corrfunc -> To be moved to a separate package.
|
||||
# - NumPy
|
||||
# - SciPy
|
||||
# - Numba
|
||||
# - Pylians
|
||||
# - tqdm
|
||||
# - healpy
|
||||
# - astropy
|
||||
# - scikit-learn
|
||||
# - joblib
|
||||
# - h5py
|
||||
# - MPI
|
||||
# - pyyaml
|
||||
# - taskmaster
|
||||
# - matplotlib
|
||||
# - scienceplots
|
||||
# - cache_to_disk
|
||||
|
||||
|
||||
BUILD_REQ = ["numpy", "scipy"]
|
||||
INSTALL_REQ = BUILD_REQ
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue