Skip to content

Commit cb2cb3a

Browse files
fix dependency
1 parent 25e1dc4 commit cb2cb3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "deepdrr"
7-
version = "1.2.1"
7+
version = "1.2.2"
88
description = "A Catalyst for Machine Learning in Fluoroscopy-guided Procedures."
99
readme = "README.md"
1010
authors = [
@@ -34,7 +34,7 @@ dependencies = [
3434
"pyglet>=1.4.11",
3535
"PyOpenGL==3.1.6",
3636
"PyOpenGL_accelerate>=3.1.7",
37-
"pyrender @ git+https://github.com/arcadelab/pyrender.git@main",
37+
"arcade-pyrender",
3838
"trimesh",
3939
"cuda-python",
4040
"killeengeo",

0 commit comments

Comments
 (0)