Skip to content

Commit

Permalink
update install reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
rabernat committed Jul 16, 2019
1 parent 85a32a7 commit c5fcf13
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 @@ -22,7 +22,7 @@
'Topic :: Scientific/Engineering',
]

INSTALL_REQUIRES = ['xarray', 'dask', 'numpy>=1.16']
INSTALL_REQUIRES = ['xarray>=0.12.0', 'dask', 'numpy>=1.16']
PYTHON_REQUIRES = '>=3.6'

DESCRIPTION = "Fast, flexible, label-aware histograms for numpy and xarray"
Expand Down

0 comments on commit c5fcf13

Please sign in to comment.