Skip to content

Commit

Permalink
testing tweaks; bump requires-python to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jornbr committed Oct 11, 2024
1 parent 0b83a75 commit 0d17034
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fabm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ jobs:
for f in testcases/*.yaml; do fabm_complete_yaml --add_missing $f; done
- name: Run notebooks
run: |
conda install -y -c conda-forge ipython jupyterlab ipympl matplotlib scipy
conda install ipython jupyterlab ipympl matplotlib scipy
cd testcases/python
for f in *.ipynb; do ipython --gui qt -c "%run $f"; done
- name: Install with customization via command line arguments
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ authors = [
{name = "Karsten Bolding", email = "[email protected]"}
]
description = "Python driver for FABM"
requires-python = ">=3.7"
requires-python = ">=3.8"
dependencies = [
"numpy >= 1.23.5"
"numpy"
]
classifiers = [
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 0d17034

Please sign in to comment.