Skip to content

Commit

Permalink
chore(Windows): install dracopy on windows (#405)
Browse files Browse the repository at this point in the history
* chore(Windows): install dracopy on windows

Manuel released new binaries for DracoPy on Windows so now
we can process meshes.

* chore(requirements): add DracoPy
  • Loading branch information
william-silversmith authored Sep 14, 2020
1 parent 28928c9 commit 73faae6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ boto3>=1.4.7
chardet>=3.0.4
cloud-files>=0.9.2
compressed-segmentation>=1.0.0
DracoPy
fastremap>=1.9.2
fpzip>=1.1.3
gevent
Expand Down
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ def requirements():
"posix_ipc==1.0.4",
"psutil==5.4.3",
],
':sys_platform!="win32" and python_version>="3.0"': [
"DracoPy",
],
"mesh_viewer": [ 'vtk' ],
"skeleton_viewer": [ 'matplotlib' ],
"all_viewers": [ 'vtk', 'matplotlib' ],
Expand Down

0 comments on commit 73faae6

Please sign in to comment.