Skip to content

Commit

Permalink
post merge cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
FFroehlich committed Oct 19, 2024
1 parent 81e2aeb commit c01f707
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 104 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test_python_cplusplus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,11 +231,6 @@ jobs:
- name: Install python package
run: scripts/installAmiciSource.sh

- name: Install notebook dependencies
run: |
source venv/bin/activate \
&& pip install jax[cpu]
- name: example notebooks
run: scripts/runNotebook.sh python/examples/example_*/

Expand Down
11 changes: 9 additions & 2 deletions python/sdist/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,21 @@ test = [
"scipy",
"pooch"
]
vis =[
vis = [
"matplotlib",
"seaborn",
]
examples =[
examples = [
"jupyter",
"scipy",
]
jax = [
"jax>=0.4.34",
"jaxlib>=0.4.34",
"diffrax>=0.6.0",
"equinox>=0.11.8",
"optimistix>=0.0.8",
]

[project.scripts]
# amici_import_petab.py is kept for backwards compatibility
Expand Down
97 changes: 0 additions & 97 deletions python/sdist/setup.cfg

This file was deleted.

0 comments on commit c01f707

Please sign in to comment.