We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2373717 commit 9a8b554Copy full SHA for 9a8b554
pyproject.toml
@@ -50,12 +50,7 @@ pyopencl = [
50
"pyopencl>=2022.3",
51
]
52
fortran = [
53
- # Note that this is *not* regular 'f2py2e', this is
54
- # the Fortran parser from the (unfinished) third-edition
55
- # f2py, as linked below. This package is not on the package index, AFAIK.
56
- # -AK, 2024-08-02
57
- # Fork for https://github.com/pearu/f2py/pull/63
58
- "f2py @ git+https://github.com/inducer/f2py.git@pyproject",
+ "fparser>=0.2.0",
59
"ply>=3.6",
60
61
0 commit comments