Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
threevis
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
11
Issues
11
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
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
Show 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
...
@@ -10,7 +10,7 @@ a Python library for visualizing meshes, point clouds, and other geometry in Jup
## Dependencies
## 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
-
[
openmesh-python
](
https://graphics.rwth-aachen.de:9000/adielen/openmesh-python
)
latest
## Examples
## Examples
...
...
setup.py
View file @
7bf9d9e6
...
@@ -15,7 +15,7 @@ setup(name='threevis',
...
@@ -15,7 +15,7 @@ setup(name='threevis',
packages
=
[
'threevis'
],
packages
=
[
'threevis'
],
install_requires
=
[
install_requires
=
[
'numpy'
,
'numpy'
,
'pythreejs
'
'pythreejs
>=1.0.0'
,
],
],
include_package_data
=
True
,
include_package_data
=
True
,
zip_safe
=
False
)
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