Skip to content

Commit

Permalink
Increase version requirements for numpy, scipy, python [no release]
Browse files Browse the repository at this point in the history
moble committed Jan 22, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 844d3be commit 85f905f
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.9', '3.12']
python-version: ['3.10', '3.12']

steps:
- name: Skip replicates on main branch
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ name = "sxs"
dynamic = ["version"]
description = "Interface to data produced by the Simulating eXtreme Spacetimes collaboration"
readme = "README.md"
requires-python = ">=3.9"
requires-python = ">=3.10"
license = {file = "LICENSE"}
authors = [
{ name = "Michael Boyle", email = "[email protected]" }
@@ -18,8 +18,8 @@ classifiers = [
"Topic :: Scientific/Engineering :: Astronomy"
]
dependencies = [
"numpy >=1.20",
"scipy >=1.7",
"numpy >=1.25",
"scipy >=1.13",
"numba >=0.55; implementation_name == 'cpython'",
"quaternionic >=1.0",
"spherical >=1.0.15",

0 comments on commit 85f905f

Please sign in to comment.