mirror of
https://github.com/Richard-Sti/csiborgtools.git
synced 2024-12-22 22:18:01 +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
|
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 = BUILD_REQ
|
||||||
INSTALL_REQ += ["scikit-learn>=1.1.0",
|
INSTALL_REQ += ["Corrfunc",
|
||||||
"jax[cpu]>=0.3.23",
|
"Pylians",
|
||||||
"tqdm>=4.64.1",
|
"numba",
|
||||||
"astropy>=5.1",
|
"tqdm",
|
||||||
],
|
"healpy",
|
||||||
|
"astropy",
|
||||||
|
"scikit-learn",
|
||||||
|
"h5py",
|
||||||
|
"matplotlib",
|
||||||
|
"scienceplots",
|
||||||
|
"mpi4py",
|
||||||
|
"pyyaml",
|
||||||
|
"joblib",]
|
||||||
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="csiborgtools",
|
name="csiborgtools",
|
||||||
version="0.1",
|
version="0.2",
|
||||||
description="CSiBORG analysis tools",
|
description="CSiBORG analysis tools",
|
||||||
url="https://github.com/Richard-Sti/csiborgtools",
|
url="https://github.com/Richard-Sti/csiborgtools",
|
||||||
author="Richard Stiskalek",
|
author="Richard Stiskalek",
|
||||||
|
|
Loading…
Reference in a new issue