Skip to content

Commit e7f5a02

Browse files
committed
require compatible version of OFP wrapper
1 parent 185d8d0 commit e7f5a02

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

extras_requirements.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"all": ["cython", "numpy", "open_fortran_parser", "pcpp", "pycparser", "pyopencl"],
2+
"all": ["cython", "numpy", "open_fortran_parser ~= 0.6.0", "pcpp", "pycparser", "pyopencl"],
33
"c": ["cython", "pcpp", "pycparser"],
44
"cpp": [],
55
"cython": ["cython"],
6-
"fortran": ["numpy", "open_fortran_parser"],
6+
"fortran": ["numpy", "open_fortran_parser ~= 0.6.0"],
77
"opencl": ["pyopencl"]
88
}

test_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cython
22
docutils ~= 0.15.1
33
numba
44
numpy
5-
open-fortran-parser
5+
open-fortran-parser ~= 0.6.0
66
pcpp
77
pip >= 10.0
88
pycparser

0 commit comments

Comments
 (0)