Skip to content

Commit

Permalink
Fix sympy (#4)
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

* Fix versioning

* Bump build number

* Restrict python version to 3.10 because of old version of sysmpy

* MNT: Re-rendered with conda-build 24.5.0, conda-smithy 3.36.2, and conda-forge-pinning 2024.06.21.08.07.40
  • Loading branch information
steffengraber authored Jun 24, 2024
1 parent ba0cf25 commit a068a0e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 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 recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source:

build:
noarch: python
number: 3
number: 4
entry_points:
- nestml = pynestml.frontend.pynestml_frontend:main
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
Expand All @@ -21,7 +21,7 @@ requirements:
- python >=3
- pip
run:
- python >=3
- python >=3,<=3.10
- numpy >=1.8.2
- sympy <=1.10.1
- scipy
Expand Down

0 comments on commit a068a0e

Please sign in to comment.