Skip to content

Commit 66ed14e

Browse files
committed
MAINT: Drop six dependency
1 parent 541d1d6 commit 66ed14e

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

doc/source/installation.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ Requirements
8585
8686
* Python_ 3.5 or greater
8787
* NumPy_ 1.12 or greater
88-
* Six_ 1.7 or greater
8988
* SciPy_ (optional, for full SPM-ANALYZE support)
9089
* PyDICOM_ 0.9.9 or greater (optional, for DICOM support)
9190
* `Python Imaging Library`_ (optional, for PNG conversion in DICOMFS)

min-requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
# Auto-generated by tools/update_requirements.py
22
numpy ==1.12
3-
six ==1.7

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
# Auto-generated by tools/update_requirements.py
22
numpy >=1.12
3-
six >=1.7

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ provides =
3232
python_requires = >=3.5
3333
install_requires =
3434
numpy >=1.12
35-
six >=1.7
3635
tests_require =
3736
nose >=0.10.1
3837
mock

0 commit comments

Comments
 (0)