Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed May 2, 2024
1 parent 912fec7 commit cae9876
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 94 deletions.
6 changes: 1 addition & 5 deletions python/sdist/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,7 @@ requires-python = ">=3.10"
dependencies = [
"cmake-build-extension==0.5.1",
"sympy>=1.9",
"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'",
"numpy; python_version>='3.13'",
"numpy>=2.0.0dev0",
"python-libsbml",
"pandas>=2.0.2",
"pyarrow",
Expand Down
88 changes: 0 additions & 88 deletions python/sdist/setup.cfg

This file was deleted.

2 changes: 1 addition & 1 deletion scripts/buildAmici.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ fi

# set python executable for cmake
export PYTHON_EXECUTABLE="${amici_path}/venv/bin/python"
python3 -m pip install numpy
python3 -m pip install -U numpy>=2.0.0dev0

${cmake} \
-Wdev -DAMICI_CXX_OPTIONS="-Wall;-Wextra${extra_cxx_flags}" \
Expand Down

0 comments on commit cae9876

Please sign in to comment.