From 15034116d45dbfe86fae6b33d121e2ba7adb9bc1 Mon Sep 17 00:00:00 2001 From: Brian Taylor Date: Thu, 1 Feb 2024 15:53:01 -0800 Subject: [PATCH] Update requirements.txt to reflect that dataclasses comes pre-installed on python versions 3.7 or higher, and the dataclasses package is designed as a: 'backport for Python 3.6'. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5633c9b..2986c69 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ pydicom numpy opencv-python>=4.0.0 -dataclasses \ No newline at end of file +dataclasses ; python_version <= "3.6" \ No newline at end of file