Skip to content

Commit ea5ba1b

Browse files
committed
require more specific version of pcpp
1 parent ecee573 commit ea5ba1b

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,6 +1,6 @@
11
{
2-
"all": ["cython", "numpy", "open_fortran_parser ~= 0.6.0", "pcpp", "pycparser", "pyopencl"],
3-
"c": ["cython", "pcpp", "pycparser"],
2+
"all": ["cython", "numpy", "open_fortran_parser ~= 0.6.0", "pcpp ~= 1.20.1", "pycparser", "pyopencl"],
3+
"c": ["cython", "pcpp ~= 1.20.1", "pycparser"],
44
"cpp": [],
55
"cython": ["cython"],
66
"fortran": ["numpy", "open_fortran_parser ~= 0.6.0"],

test_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ docutils ~= 0.15.1
33
numba
44
numpy
55
open-fortran-parser ~= 0.6.0
6-
pcpp
6+
pcpp ~= 1.20.1
77
pip >= 10.0
88
pycparser
99
pygments >= 2.4.2

0 commit comments

Comments
 (0)