Skip to content

Commit df838a6

Browse files
Update meta.yaml
1 parent 337ce12 commit df838a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conda-recipe/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ build:
1818

1919
requirements:
2020
host:
21-
- python >=3.7
21+
- python >=3.7,<3.10
2222
- pip
2323
run:
24-
- python >=3.7
24+
- python >=3.7,<3.10
2525
- tqdm
2626
- typer
2727
{% for dep in setup_py_data['install_requires'] %}

0 commit comments

Comments
 (0)