Skip to content

Commit

Permalink
remove leftover python2/six crumbs
Browse files Browse the repository at this point in the history
  • Loading branch information
a-detiste authored and bastula committed Jan 18, 2024
1 parent e6dd12d commit 0ad6e71
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion dicompylercore/dvhcalc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
include_package_data=True,
install_requires=[
"numpy>=1.2",
"six>=1.5",
"pydicom>=0.9.9",
"matplotlib>=1.3.0"
],
Expand Down
1 change: 0 additions & 1 deletion tests/test_dose.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
# Copyright (c) 2020 Dan Cutright


from __future__ import division
import unittest
import os
from dicompylercore import dicomparser, dose
Expand Down
2 changes: 0 additions & 2 deletions tests/test_dvhcalc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0ad6e71

Please sign in to comment.