Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add recipe for molecule-signature 2.0.1 #28982

Merged
merged 11 commits into from
Feb 4, 2025
Prev Previous commit
Next Next commit
build(meta.yaml): refine constraint on python minimal version
tduigou committed Jan 30, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 38f7b00a705db5a7f818b62bd15be78aa03a7809
5 changes: 3 additions & 2 deletions recipes/molecule-signature/meta.yaml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
{% set build = 0 %}

# Minimal versions
{% set python_min = "3.12" %}
{% set python_min = "3.10" %}
{% set rdkit_min = "2024.09.3" %}

package:
@@ -25,8 +25,9 @@ requirements:
host:
- python {{ python_min }}
- pip
- setuptools
run:
- python {{ python_min }}
- python >={{ python_min }}
- networkx
- numpy
- pandas