Skip to content

Commit

Permalink
move setuptools req to runtime and also make it for py>=312
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemhenry committed May 17, 2024
1 parent 3b5e8f6 commit 811eede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ requirements:
host:
- python
- pytorch
- setuptools >=69
- pytorch =*={{ torch_proc_type }}*
- cuda-version {{ cuda_compiler_version }} # [cuda_compiler_version not in (undefined, 'None')]
{% if cuda_major >= 12 %}
Expand All @@ -62,6 +61,7 @@ requirements:
{% endif %}
run:
- python
- setuptools >=69 # [py>=312]
- torchani >=2.2.4
run_constrained:
# additional run constraint to the one from the (version-only) run_export;
Expand Down

0 comments on commit 811eede

Please sign in to comment.