Skip to content

Commit 9a8b554

Browse files
committed
Pyproject: switch to fparser from f2py git
1 parent 2373717 commit 9a8b554

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

pyproject.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,7 @@ pyopencl = [
5050
"pyopencl>=2022.3",
5151
]
5252
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",
53+
"fparser>=0.2.0",
5954
"ply>=3.6",
6055
]
6156

0 commit comments

Comments
 (0)