From 445f98001038e78d8d98a4b9a7afb688dc2edba6 Mon Sep 17 00:00:00 2001 From: Benjamin Killeen Date: Sun, 12 Mar 2023 22:31:54 -0400 Subject: [PATCH] bump version --- requirements.txt | 1 + setup.py | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7a0b7764..3e49235d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,6 +11,7 @@ pycuda pynrrd rich opencv-python +seaborn # development requirements black # proper python style diff --git a/setup.py b/setup.py index 7210571e..8500b225 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="deepdrr", - version="1.1.1a1", + version="1.1.1a2", author="Benjamin D. Killeen", author_email="killeen@jhu.edu", description="A Catalyst for Machine Learning in Fluoroscopy-guided Procedures.", @@ -26,6 +26,7 @@ "pycuda", "rich", "opencv-python", + "seaborn", ], include_package_data=True, python_requires=">=3.7",