Skip to content

Commit

Permalink
Fix the statement of install special versions in conda (#3)
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
  • Loading branch information
steffengraber authored Jun 21, 2024
1 parent 8a09a25 commit ba0cf25
Showing 1 changed file with 2 additions and 2 deletions.
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: 2
number: 3
entry_points:
- nestml = pynestml.frontend.pynestml_frontend:main
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
Expand All @@ -23,7 +23,7 @@ requirements:
run:
- python >=3
- numpy >=1.8.2
- sympy <1.11
- sympy <=1.10.1
- scipy
- antlr4-python3-runtime ==4.13.1
- setuptools
Expand Down

0 comments on commit ba0cf25

Please sign in to comment.