Skip to content

Commit

Permalink
Merge branch 'jax_export' of https://github.com/AMICI-dev/AMICI into …
Browse files Browse the repository at this point in the history
…jax_export
  • Loading branch information
FFroehlich committed Oct 21, 2024
2 parents 50193d8 + a02d215 commit d6c5bcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/test_python_ver_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.10', '3.11', '3.12']
python-version: ['3.10', '3.11', '3.12', '3.13']
experimental: [false]

steps:
Expand Down Expand Up @@ -53,12 +53,7 @@ jobs:
# install pysb before sympy to allow for sympy>=1.12 (https://github.com/pysb/pysb/commit/e83937cb8c74afc9b2fa96595b68464946745f33)
- run: source venv/bin/activate && pip3 install git+https://github.com/pysb/pysb

# until sympy>1.12 is released
- run: source venv/bin/activate && pip3 install git+https://github.com/sympy/sympy.git@master
if: matrix.python-version == '3.12'

- run: source venv/bin/activate && pip3 install "sympy>=1.12.1"
if: matrix.python-version != '3.12'
- run: source venv/bin/activate && pip3 install "sympy>1.12"

- name: Get Pooch Cache Directory
id: get-pooch-cache
Expand Down
1 change: 0 additions & 1 deletion python/sdist/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ requires-python = ">=3.10"
dependencies = [
"cmake-build-extension==0.6.0",
"sympy>=1.12.1",
"numpy>=1.19.3; python_version=='3.9'",
"numpy>=1.21.4; python_version>='3.10'",
"numpy>=1.23.2; python_version=='3.11'",
"numpy>=1.26.2; python_version=='3.12'",
Expand Down

0 comments on commit d6c5bcd

Please sign in to comment.