We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3ca214 commit 445f980Copy full SHA for 445f980
requirements.txt
@@ -11,6 +11,7 @@ pycuda
11
pynrrd
12
rich
13
opencv-python
14
+seaborn
15
16
# development requirements
17
black # proper python style
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="deepdrr",
8
- version="1.1.1a1",
+ version="1.1.1a2",
9
author="Benjamin D. Killeen",
10
author_email="killeen@jhu.edu",
description="A Catalyst for Machine Learning in Fluoroscopy-guided Procedures.",
@@ -26,6 +26,7 @@
26
"pycuda",
27
"rich",
28
"opencv-python",
29
+ "seaborn",
30
],
31
include_package_data=True,
32
python_requires=">=3.7",
0 commit comments