Skip to content

Commit

Permalink
Relax numba version requirement for DESI Conda
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarrison committed Jun 4, 2021
1 parent bff9f96 commit 4962e6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import setup, find_namespace_packages

install_requires = ['numpy>=1.16','blosc>=1.9.2','astropy>=4.0.0','scipy','numba>=0.52','asdf>=2.8','h5py','emcee','schwimmbad','getdist','dynesty','halotools','sklearn']
install_requires = ['numpy>=1.16','blosc>=1.9.2','astropy>=4.0.0','scipy','numba>=0.50','asdf>=2.8','h5py','emcee','schwimmbad','getdist','dynesty','halotools','sklearn']

# If we're on ReadTheDocs, can't install packages with C dependencies, like Corrfunc
on_rtd = os.environ.get('READTHEDOCS') == 'True'
Expand All @@ -15,7 +15,7 @@

setup(
name="abacusutils",
version="1.0.1",
version="1.0.2",
author="Daniel Eisenstein, Philip Pinto, Lehman Garrison, Nina Maksimova, Sownak Bose, Boryana Hadzhiyska, Sihan (Sandy) Yuan",
author_email="[email protected]",
description="Python and C/C++ code to read halo catalogs and other Abacus N-body data products",
Expand Down

0 comments on commit 4962e6b

Please sign in to comment.