Skip to content

Commit

Permalink
Bump numpy and pandas versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ivirshup committed Jun 2, 2020
1 parent d52b923 commit af24e3e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/release-latest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ On master
- The types of :attr:`~anndata.AnnData.raw`, :attr:`~anndata.AnnData.layers`, :attr:`~anndata.AnnData.obsm`,
:attr:`~anndata.AnnData.varm`, :attr:`~anndata.AnnData.obsp` and :attr:`~anndata.AnnData.varp` will be exported.

.. rubric:: Bug fixes

- Fixed error from `AnnData.concatenate` by bumping minimum versions of numpy and pandas :issue:`385`

0.7.3 :small:`2020-05-20`
~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pandas>=0.23.0
numpy~=1.14
pandas>=1.0
numpy>=1.15
scipy~=1.0
h5py
natsort
Expand Down

0 comments on commit af24e3e

Please sign in to comment.