Skip to content

Commit eb6c3e6

Browse files
authored
Merge pull request #11 from hangg7/brent/improvements_april8
Flush after setting background image, more permissive setuptools dependency
2 parents cfea148 + aa7454f commit eb6c3e6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

nerfview/_renderer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,3 +160,4 @@ def run(self):
160160
jpeg_quality=70 if task.action in ["static", "update"] else 40,
161161
depth=depth,
162162
)
163+
self.client.flush()

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools==65.6.3"]
2+
requires = ["setuptools>=68.0.0"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
@@ -18,7 +18,7 @@ classifiers = [
1818
"License :: OSI Approved :: MIT License",
1919
"Operating System :: OS Independent",
2020
]
21-
dependencies = ["viser>=0.2.1", "jaxtyping>=0.2.15"]
21+
dependencies = ["viser>=0.2.1"]
2222

2323
[project.optional-dependencies]
2424
dev = ["black", "isort", "ipdb"]

0 commit comments

Comments
 (0)