Skip to content

Commit

Permalink
update GCR version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
yymao committed Dec 8, 2018
1 parent e913357 commit 4b65ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
packages=['descqa'],
install_requires=['future', 'pyyaml', 'jinja2'],
extras_require={
'full': ['numpy', 'scipy', 'matplotlib', 'GCR>=0.6.2', 'healpy', 'treecorr', 'camb', 'scikit-learn', 'CatalogMatcher'],
'full': ['numpy', 'scipy', 'matplotlib', 'GCR>=0.8.7', 'healpy', 'treecorr', 'camb', 'scikit-learn', 'CatalogMatcher'],
},
dependency_links=[
'https://github.com/LSSTDESC/CatalogMatcher/archive/master.zip#egg=CatalogMatcher-0.1.0.dev',
Expand Down

0 comments on commit 4b65ed5

Please sign in to comment.