diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 6720ddf..b4c6557 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -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 @@ -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