Skip to content

Commit 2c0a8b3

Browse files
authored
Merge pull request #1792 from effigies/maint/build_deps
MAINT: Purge Cython and depend on SDCflows
2 parents b3a4d24 + 1e890ab commit 2c0a8b3

File tree

9 files changed

+33
-857
lines changed

9 files changed

+33
-857
lines changed

.circleci/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -853,11 +853,10 @@ jobs:
853853
THISVERSION=$( python get_version.py )
854854
virtualenv --python=python build
855855
source build/bin/activate
856-
pip install --upgrade "pip>=19.1" numpy
856+
pip install --upgrade "pip>=19.1"
857857
echo "${CIRCLE_TAG:-$THISVERSION}" > fmriprep/VERSION
858858
python setup.py sdist
859-
docker run --rm=false -e PLAT='manylinux1_x86_64' -e PKGNAME='fmriprep' -v `pwd`:/io \
860-
quay.io/pypa/manylinux1_x86_64 /io/.circleci/pypi_wheel/build-wheels.sh
859+
pip wheel --no-deps -w dist/ .
861860
- run:
862861
name: Build fmriprep-docker
863862
command: |

.circleci/pypi_wheel/build-wheels.sh

Lines changed: 0 additions & 22 deletions
This file was deleted.

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ RUN apt-get update && \
1111
bzip2 \
1212
ca-certificates \
1313
xvfb \
14-
cython3 \
1514
build-essential \
1615
autoconf \
1716
libtool \

0 commit comments

Comments
 (0)