Skip to content

Commit

Permalink
Merge pull request #1 from regro-cf-autotick-bot/2.5.6_hfa6391
Browse files Browse the repository at this point in the history
odetoolbox v2.5.6
  • Loading branch information
steffengraber authored Jul 17, 2024
2 parents aa2c8ef + 205d768 commit eae1192
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
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
6 changes: 6 additions & 0 deletions .scripts/build_steps.sh

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

10 changes: 5 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "odetoolbox" %}
{% set version = "2.5.5" %}
{% set version = "2.5.6" %}


package:
Expand All @@ -8,7 +8,7 @@ package:

source:
url: https://github.com/nest/ode-toolbox/archive/v{{ version }}.tar.gz
sha256: f197400bf95d8abd86ed41a31898d7dc9fda6340facb1af9d96e8fda83e7c17e
sha256: d86cd411097299416ade5fd9cbc0a07f4be6c2c8514c2f1659c3b7ff08fff897

build:
noarch: python
Expand All @@ -17,11 +17,11 @@ build:

requirements:
host:
- python >=3
- python >=3
- pytest-runner
- pip
run:
- python >=3
- python >=3
- sympy >1.5,!=1.6rc1,!=1.6rc2,!=1.6,!=1.10,!=1.10.*
- numpy >=1.8.2
- scipy
Expand All @@ -38,7 +38,7 @@ test:

about:
home: https://github.com/nest/ode-toolbox
summary: 'ODE-toolbox: Automatic selection and generation of integration schemes'
summary: 'ODE-toolbox: Automatic selection and generation of integration schemes'
description: |
Automatic selection and generation of integration schemes for systems of
ordinary differential equations.
Expand Down

0 comments on commit eae1192

Please sign in to comment.