Skip to content

Commit 20bf1a8

Browse files
committed
BLD: force ABI compat on 3.6 / conda-forge build by specifying all deps
closes #17617
1 parent fedf922 commit 20bf1a8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

ci/requirements-3.6.build

+13
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,16 @@ pytz
44
nomkl
55
numpy
66
cython
7+
8+
# these are not necessary for building, but will enforce consistency
9+
# with ABI differences; IOW, if numpy/scipy are updated but not
10+
# numexpr for example we would get errors later on when we tried to install
11+
# them, which would downgrade numpy to the previous ABI
12+
13+
scipy
14+
numexpr
15+
pytables
16+
lxml
17+
pyarrow
18+
python-snappy
19+
fastparquet

0 commit comments

Comments
 (0)