-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump python 3.13 drop python 3.9 (#505)
* bump-drop * update readthedocs to python 3.13 * move readthedocs to 3.11 * update test_example * update test build pages python version * bump scipy
- Loading branch information
Showing
5 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ jobs: | |
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo | ||
- uses: actions/setup-python@v5 | ||
with: | ||
python-version: '3.9' | ||
python-version: '3.10' | ||
cache: 'pip' | ||
- name: Build and Commit | ||
uses: waltsims/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ dynamic = ["version"] | |
description = "Acoustics toolbox for time domain acoustic and ultrasound simulations in complex and tissue-realistic media." | ||
readme = "docs/README.md" | ||
license = { file = "LICENSE" } | ||
requires-python = ">=3.9" | ||
requires-python = ">=3.10" | ||
authors = [ | ||
{ name = "Farid Yagubbayli", email = "[email protected]" }, | ||
{ name = "Walter Simson", email = "[email protected]"} | ||
|
@@ -25,7 +25,7 @@ classifiers = [ | |
] | ||
dependencies = [ | ||
"h5py==3.12.1", | ||
"scipy==1.13.1", | ||
"scipy==1.14.1", | ||
"opencv-python==4.10.0.84", | ||
"deepdiff==8.0.1", | ||
"matplotlib==3.9.2", | ||
|