Skip to content

Commit 445f980

Browse files
bump version
1 parent f3ca214 commit 445f980

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ pycuda
1111
pynrrd
1212
rich
1313
opencv-python
14+
seaborn
1415

1516
# development requirements
1617
black # proper python style

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="deepdrr",
8-
version="1.1.1a1",
8+
version="1.1.1a2",
99
author="Benjamin D. Killeen",
1010
author_email="killeen@jhu.edu",
1111
description="A Catalyst for Machine Learning in Fluoroscopy-guided Procedures.",
@@ -26,6 +26,7 @@
2626
"pycuda",
2727
"rich",
2828
"opencv-python",
29+
"seaborn",
2930
],
3031
include_package_data=True,
3132
python_requires=">=3.7",

0 commit comments

Comments
 (0)