Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/pybamm/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ dev = [
"importlib-metadata; python_version < '3.10'",
# For property based testing
"hypothesis",
"pytest-benchmark>=5.2.3",
"pytest-benchmark>=5.3.0",
# For memory benchmarking (Linux/macOS only)
"pytest-memray>=1.7.0; sys_platform != 'win32'",
]
Expand Down
4 changes: 2 additions & 2 deletions packages/pybammsolvers/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
requires = [
"scikit-build-core>=1.0.3",
"pybind11>=3.0.1",
"pybind11>=3.1.0",
# CasADi is pip-installable from PyPI on Windows, but finding the libcasadi.so path is
# finicky, so we prefer the vcpkg registry for Windows builds.
"casadi==3.7.2; platform_system!='Windows'",
Expand Down Expand Up @@ -34,7 +34,7 @@ dev = [
# Duplicated from [build-system].requires so editable.auto-rebuild has
# build tools available in the venv.
"scikit-build-core>=1.0.3",
"pybind11>=3.0.1",
"pybind11>=3.1.0",
"cmake>=4.4.2",
"ninja",
]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dev = [
# pybammsolvers build toolchain, required in the venv because the solver is
# installed with --no-build-isolation (above) and rebuilds itself on import.
"scikit-build-core>=1.0.3",
"pybind11>=3.0.1",
"pybind11>=3.1.0",
"cmake>=4.4.2",
"ninja",
]
Expand Down
Loading
Loading