Skip to content

Commit

Permalink
Merge pull request #211 from fjetter/patch-2
Browse files Browse the repository at this point in the history
Pin tornado to <6.2
  • Loading branch information
jrbourbeau authored Jul 7, 2022
2 parents ad0800e + a5854b2 commit 61625f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
sha256: c4efd70aeb072725e683bca1c2de8173cd577018a7a5c3795886a5691e70bc37

build:
number: 0
number: 1
noarch: python
script: {{ PYTHON }} -m pip install . -vv
entry_points:
Expand All @@ -37,7 +37,7 @@ requirements:
- sortedcontainers !=2.0.0,!=2.0.1
- tblib >=1.6.0
- toolz >=0.8.2
- tornado >=6.0.3
- tornado >=6.0.3,<6.2
- urllib3
- zict >=0.1.3
run_constrained:
Expand Down

0 comments on commit 61625f6

Please sign in to comment.