Skip to content

Commit

Permalink
fix conflicting pin for python 3.9 prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
lizgehret authored May 2, 2024
1 parent 65222bd commit 55e67a2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions ci/recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ requirements:
- python {{ python }}
- scikit-bio {{ scikit_bio }}
- biom-format {{ biom_format }}
- seaborn
# pinned here on 10.19.22 due to pkg int build failure on community
# due to matplotlib bug. will be resolved once 3.7.0 is released
- matplotlib =3.6.0
- seaborn {{ seaborn }}
- matplotlib {{ matplotlib }}
- pandas {{ pandas }}
- numpy
# `ipywidgets` included to avoid ShimWarning from
Expand Down

0 comments on commit 55e67a2

Please sign in to comment.