Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MAINT: Compatibility to Python 3.13 (#6)
* Update tests.yml to allow manual execution * typo * Set up first regression tests * remove scipy version requirement -> Python>=3.10 compiles against scipy>=1.14.1 others compile against old version install requires should take care of making sure the corresponding scipy version is installed * syntax of the dependency specification * TEST: Increase tolerance for regressions in incgamma, rename testcases * TEST: tolerance for problematic cases of incgamma increased to 1e-10 * TEST: Switch to numpy regressions to handle complex numbers properly * TEST: use old numpy for doctests (format difference) and install gmsh * MAINT: only deploy coverage report for one python version (3.11) * TEST: format output in doctests to avoid problems with rounding error. Install dependencies for gmsh * MAINT: Forgot to update package index * MAINT: run CI on pull requests * Update tests to include python 3.13
- Loading branch information