Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
threevis
threevis
Commits
7bf9d9e6
Commit
7bf9d9e6
authored
Mar 19, 2018
by
Isaak Lim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
require pythreejs >= 1.0.0
parent
55d0c4e4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
README.md
README.md
+2
-2
setup.py
setup.py
+1
-1
No files found.
README.md
View file @
7bf9d9e6
...
...
@@ -10,7 +10,7 @@ a Python library for visualizing meshes, point clouds, and other geometry in Jup
## Dependencies
-
[
pythreejs
](
https://github.com/jovyan/pythreejs/
)
1.0.0
-beta4
-
[
pythreejs
](
https://github.com/jovyan/pythreejs/
)
>=
1.0.0
-
[
openmesh-python
](
https://graphics.rwth-aachen.de:9000/adielen/openmesh-python
)
latest
## Examples
...
...
@@ -73,4 +73,4 @@ ctx.draw_vertices(vertices, point_size=4, colors='red')
ctx
.
display
()
```

\ No newline at end of file

setup.py
View file @
7bf9d9e6
...
...
@@ -15,7 +15,7 @@ setup(name='threevis',
packages
=
[
'threevis'
],
install_requires
=
[
'numpy'
,
'pythreejs
'
'pythreejs
>=1.0.0'
,
],
include_package_data
=
True
,
zip_safe
=
False
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment