Skip to content

Commit

Permalink
ignore ipykernel 6.11.0 (problem with 3.7 build)
Browse files Browse the repository at this point in the history
Fix already in main repo as ipython/ipykernel#900
  • Loading branch information
markotoplak committed Apr 2, 2022
1 parent d163617 commit 98f1786
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ requirements:
- catboost !=1.0.0
- xlrd >=0.9.2
- xlsxwriter
# python3.7 on conda-forge has build problems due to incompatibility between required
# setuptools between ipykernel and some other libraries:
# https://github.com/ipython/ipykernel/pull/900
- ipykernel !=6.11.0
- {{ pin_compatible('numpy') }}

test:
Expand Down

0 comments on commit 98f1786

Please sign in to comment.