Skip to content

Commit

Permalink
Relax constraint on traitlets
Browse files Browse the repository at this point in the history
  • Loading branch information
dhirschfeld committed Sep 21, 2020
1 parent 747f933 commit 97d4d79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Expand Up @@ -12,7 +12,7 @@ source:

build:
noarch: python
number: 1
number: 2
script: python -m pip install --no-deps --ignore-installed .

requirements:
Expand All @@ -21,7 +21,7 @@ requirements:
- pip
run:
- python
- traitlets >=4.2.2,<5.0
- traitlets >=4.2.2,<6.0

test:
imports:
Expand Down

0 comments on commit 97d4d79

Please sign in to comment.