Skip to content

Commit

Permalink
Merge pull request #13 from Andrewq11/release/graphium-2.3.6
Browse files Browse the repository at this point in the history
releasing graphium v2.3.6 on conda-forge
  • Loading branch information
Andrewq11 authored Jul 31, 2024
2 parents 734e4d1 + fd1fac6 commit 575dda4
Show file tree
Hide file tree
Showing 11 changed files with 68 additions and 31 deletions.
9 changes: 4 additions & 5 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand Down
4 changes: 2 additions & 2 deletions .gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/CODEOWNERS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 23 additions & 2 deletions .gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 15 additions & 7 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .scripts/logging_utils.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .scripts/run_docker_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 6 additions & 7 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{% set name = "graphium" %}
{% set version = "2.2.0" %}
{% set version = "2.3.6" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/graphium-{{ version }}.tar.gz
sha256: 1b2641753ef0935ee98337969c9db66ca6524385649d7623f0e6cc601aace3af
sha256: afa9bc39520e0fea2efa2cfcd555860a119cd2fbc8569fd422b8951dc43ecaa2

build:
entry_points:
- graphium = graphium.cli:main_cli
- graphium = graphium.cli:app
noarch: python
script: {{ PYTHON }} -m pip install . -vv
number: 0
Expand All @@ -24,15 +24,15 @@ requirements:
- pip
run:
- python >=3.8

- click
- hydra-core
- typer
- loguru
- omegaconf >=2.0.0
- tqdm
- platformdirs

# scientific
- numpy
- numpy ==1.26.4
- scipy >=1.4
- pandas >=1.0
- scikit-learn
Expand Down Expand Up @@ -70,7 +70,6 @@ test:
- graphium
commands:
- graphium --help
- graphium --version | grep {{ version }}

about:
summary: 'Graphium: Scaling molecular GNNs to infinity.'
Expand Down

0 comments on commit 575dda4

Please sign in to comment.