mirror of
https://github.com/Richard-Sti/csiborgtools.git
synced 2024-12-22 17:18:02 +00:00
Update stup
This commit is contained in:
parent
27e1c181a2
commit
1b0773de7f
1 changed files with 16 additions and 7 deletions
23
setup.py
23
setup.py
|
@ -1,17 +1,26 @@
|
|||
from setuptools import find_packages, setup
|
||||
|
||||
|
||||
BUILD_REQ = ["numpy>=1.17.3", "scipy<1.9.0"]
|
||||
BUILD_REQ = ["numpy", "scipy"]
|
||||
INSTALL_REQ = BUILD_REQ
|
||||
INSTALL_REQ += ["scikit-learn>=1.1.0",
|
||||
"jax[cpu]>=0.3.23",
|
||||
"tqdm>=4.64.1",
|
||||
"astropy>=5.1",
|
||||
],
|
||||
INSTALL_REQ += ["Corrfunc",
|
||||
"Pylians",
|
||||
"numba",
|
||||
"tqdm",
|
||||
"healpy",
|
||||
"astropy",
|
||||
"scikit-learn",
|
||||
"h5py",
|
||||
"matplotlib",
|
||||
"scienceplots",
|
||||
"mpi4py",
|
||||
"pyyaml",
|
||||
"joblib",]
|
||||
|
||||
|
||||
setup(
|
||||
name="csiborgtools",
|
||||
version="0.1",
|
||||
version="0.2",
|
||||
description="CSiBORG analysis tools",
|
||||
url="https://github.com/Richard-Sti/csiborgtools",
|
||||
author="Richard Stiskalek",
|
||||
|
|
Loading…
Reference in a new issue