diff --git a/requiresv2.patch b/requiresv2.patch new file mode 100644 index 0000000..e701915 --- /dev/null +++ b/requiresv2.patch @@ -0,0 +1,9 @@ +--- setup.py-orig 2020-06-05 08:53:29.571539977 +0200 ++++ setup.py 2020-06-05 08:53:43.906616122 +0200 +@@ -47,5 +47,5 @@ + "Topic :: Scientific/Engineering :: Medical Science Apps.", + "Topic :: Software Development :: Libraries", + ], +- install_requires = ["pydicom==1.4.2"], ++ install_requires = ["pydicom>=2.0.0"], + )