Skip to content

Commit

Permalink
[ci skip] Merge PR 25235
Browse files Browse the repository at this point in the history
Merge PR #25235, commits were: 
 * intervene: fix pandas version <1.0

in 1.0 DataFrame.ix was deprecated which leads to:

```
  File "/usr/local/lib/python3.8/site-packages/intervene/modules/pairwise/pairwise.py", line 214, in heatmap_triangle
    D = D.ix[cluster_order, cluster_order]
  File "/usr/local/lib/python3.8/site-packages/pandas/core/generic.py", line 5139, in __getattr__
    return object.__getattribute__(self, name)
```
  • Loading branch information
bernt-matthias authored Nov 9, 2020
1 parent 37b437e commit b23e60f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/intervene/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ source:

build:
noarch: python
number: 4
number: 5
rpaths:
- lib/R/lib/
- lib/
Expand All @@ -22,7 +22,7 @@ requirements:
- bedtools >=2.29.1
- pybedtools
- matplotlib-base
- pandas
- pandas <1.0.0
- numpy
- scipy
- seaborn
Expand Down

0 comments on commit b23e60f

Please sign in to comment.