From 0ad6e71bdaf3cc76448b5dc78f8d29d1947a5f65 Mon Sep 17 00:00:00 2001 From: Alexandre Detiste Date: Sat, 23 Sep 2023 21:44:06 +0200 Subject: [PATCH] remove leftover python2/six crumbs --- dicompylercore/dvhcalc.py | 1 - setup.py | 1 - tests/test_dose.py | 1 - tests/test_dvhcalc.py | 2 -- 4 files changed, 5 deletions(-) diff --git a/dicompylercore/dvhcalc.py b/dicompylercore/dvhcalc.py index 8766764..1c95be8 100644 --- a/dicompylercore/dvhcalc.py +++ b/dicompylercore/dvhcalc.py @@ -8,7 +8,6 @@ # See the file license.txt included with this distribution, also # available at https://github.com/dicompyler/dicompyler-core/ -from __future__ import division import numpy as np import numpy.ma as ma import matplotlib.path diff --git a/setup.py b/setup.py index f29ba5c..e6102f3 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,6 @@ include_package_data=True, install_requires=[ "numpy>=1.2", - "six>=1.5", "pydicom>=0.9.9", "matplotlib>=1.3.0" ], diff --git a/tests/test_dose.py b/tests/test_dose.py index 0cb558b..0e020df 100644 --- a/tests/test_dose.py +++ b/tests/test_dose.py @@ -6,7 +6,6 @@ # Copyright (c) 2020 Dan Cutright -from __future__ import division import unittest import os from dicompylercore import dicomparser, dose diff --git a/tests/test_dvhcalc.py b/tests/test_dvhcalc.py index 383f0d9..f66c464 100644 --- a/tests/test_dvhcalc.py +++ b/tests/test_dvhcalc.py @@ -4,8 +4,6 @@ # test_dvhcalc.py # Copyright (c) 2016-2018 Aditya Panchal - -from __future__ import division import unittest import os from dicompylercore import dicomparser, dvhcalc