Skip to content

Commit

Permalink
Fix latest sympy version is not currently compatible with NESTML (#2)
Browse files Browse the repository at this point in the history
* Fix latest sympy version is not currently compatible with NESTML

* Bumped the build number

* MNT: Re-rendered with conda-build 24.5.0, conda-smithy 3.36.1, and conda-forge-pinning 2024.06.12.07.10.11
  • Loading branch information
steffengraber authored Jun 19, 2024
1 parent b7deb91 commit 8a09a25
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ cxx_compiler:
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libboost_devel:
- '1.82'
- '1.84'
libboost_python_devel:
- '1.82'
- '1.84'
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source:

build:
noarch: python
number: 1
number: 2
entry_points:
- nestml = pynestml.frontend.pynestml_frontend:main
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
Expand All @@ -23,9 +23,9 @@ requirements:
run:
- python >=3
- numpy >=1.8.2
- sympy
- sympy <1.11
- scipy
- antlr4-python3-runtime ==4.13
- antlr4-python3-runtime ==4.13.1
- setuptools
- jinja2 >=2.10
- typing
Expand Down

0 comments on commit 8a09a25

Please sign in to comment.