Skip to content

Commit fe3bff9

Browse files
committed
more concrete requirements
1 parent 5700930 commit fe3bff9

File tree

4 files changed

+22
-22
lines changed

4 files changed

+22
-22
lines changed

ci_requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
codecov
2-
coverage
1+
codecov >= 2.0.15
2+
coverage >= 5.0.3
33
-rtest_requirements.txt

extras_requirements.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"all": ["cython", "numpy", "open_fortran_parser ~= 0.6.0", "pcpp ~= 1.20.1", "pycparser", "pyopencl"],
3-
"c": ["cython", "pcpp ~= 1.20.1", "pycparser"],
2+
"all": ["Cython ~= 0.29.14", "numpy >= 1.18", "open_fortran_parser ~= 0.6.0", "pcpp ~= 1.20.1", "pycparser ~= 2.19", "pyopencl >= 2019.1"],
3+
"c": ["Cython ~= 0.29.14", "pcpp ~= 1.20.1", "pycparser ~= 2.19"],
44
"cpp": [],
5-
"cython": ["cython"],
6-
"fortran": ["numpy", "open_fortran_parser ~= 0.6.0"],
7-
"opencl": ["pyopencl"]
5+
"cython": ["Cython ~= 0.29.14"],
6+
"fortran": ["numpy >= 1.18", "open_fortran_parser ~= 0.6.0"],
7+
"opencl": ["pyopencl >= 2019.1"]
88
}

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
argunparse
2-
astunparse
3-
colorama
4-
colorlog
1+
argunparse ~= 0.1.2
2+
astunparse ~= 1.6
3+
colorama ~= 0.4.3
4+
colorlog ~= 4.1
55
encrypted-config
66
horast ~= 0.4.0
7-
pandas
8-
setuptools >= 41.0
7+
pandas ~= 1.0
8+
setuptools >= 45.1
99
static-typing ~= 0.2.7
1010
typed_ast ~= 1.4
1111
typed-astunparse >= 2.1.4, == 2.*

test_requirements.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
cython
2-
docutils ~= 0.15.1
3-
numba
4-
numpy
1+
Cython ~= 0.29.14
2+
docutils >= 0.16
3+
numba >= 0.47
4+
numpy >= 1.18
55
open-fortran-parser ~= 0.6.0
66
pcpp ~= 1.20.1
7-
pip >= 10.0
8-
pycparser
9-
pygments >= 2.4.2
10-
timing
11-
wheel
7+
pip >= 20.0
8+
pycparser ~= 2.19
9+
Pygments >= 2.5
10+
timing ~= 0.4
11+
wheel >= 0.34
1212
-rrequirements.txt

0 commit comments

Comments
 (0)