Skip to content
Snippets Groups Projects
Commit 60a468c7 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

Merge branch 'mnt/pypi' into 'master'

Mnt/pypi

See merge request fsl/fslpy!150
parents bf851c8c 52b53ad1
No related branches found
No related tags found
No related merge requests found
......@@ -175,6 +175,19 @@ test:3.7:
<<: *test_template
test:build-pypi-dist:
stage: test
image: pauldmccarthy/fsleyes-py35-wxpy4-gtk2
<<: *except_releases
tags:
- docker
script:
- source /test.venv/bin/activate
- bash ./.ci/build_pypi_dist.sh
#############
# Style stage
#############
......
......@@ -83,16 +83,16 @@ Non-Python dependencies
^^^^^^^^^^^^^^^^^^^^^^^
The ``fsl.data.dicom`` module requires the presence of Chris Rorden's
`dcm2niix <https://github.com/rordenlab/dcm2niix>`_ program.
The `fsl.data.dicom <fsl/data/dicom.py>`_ module requires the presence of
Chris Rorden's `dcm2niix <https://github.com/rordenlab/dcm2niix>`_ program.
The ``rtree`` library assumes that ``libspatialindex`` is installed on
your system.
The :mod:`fsl.transform.x5` module uses `h5py <https://www.h5py.org/>`_,
which requires ``libhdf5``.
The `fsl.transform.x5 <fsl/transform/x5.py>`_ module uses `h5py
<https://www.h5py.org/>`_, which requires ``libhdf5``.
Documentation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment