File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ projects.
1919
2020## Installation
2121
22+ This package requires Python 3.8+.
23+
2224For existing project, you can install it via pip:
2325
2426``` bash
Original file line number Diff line number Diff line change 1- __version__ = "0.0.2 "
1+ __version__ = "0.0.3 "
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " nerfview"
7- version = " 0.0.2 "
7+ version = " 0.0.3 "
88description = " Interactive NeRF rendering web viewer"
99readme = " README.md"
1010license = { text = " MIT" }
@@ -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.29 " ]
21+ dependencies = [" viser>= 0.2.1" , " jaxtyping>= 0.2.15 " ]
2222
2323[project .optional-dependencies ]
2424dev = [" black" , " isort" , " ipdb" ]
You can’t perform that action at this time.
0 commit comments