Skip to content

Commit

Permalink
Fix sympy by removing it from dependencies (#5)
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

* Remove sympy from deps as long the dependencies can not be solved
  • Loading branch information
steffengraber authored Jun 27, 2024
1 parent a068a0e commit 26c18c2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 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: 4
number: 5
entry_points:
- nestml = pynestml.frontend.pynestml_frontend:main
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
Expand All @@ -21,9 +21,8 @@ requirements:
- python >=3
- pip
run:
- python >=3,<=3.10
- python >=3
- numpy >=1.8.2
- sympy <=1.10.1
- scipy
- antlr4-python3-runtime ==4.13.1
- setuptools
Expand Down

0 comments on commit 26c18c2

Please sign in to comment.