From 73faae6a0c73ecd1873fe117dcb791d58f1f41b1 Mon Sep 17 00:00:00 2001 From: William Silversmith Date: Mon, 14 Sep 2020 11:30:47 -0400 Subject: [PATCH] chore(Windows): install dracopy on windows (#405) * chore(Windows): install dracopy on windows Manuel released new binaries for DracoPy on Windows so now we can process meshes. * chore(requirements): add DracoPy --- requirements.txt | 1 + setup.py | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2df551a42..f236f289a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/setup.py b/setup.py index e772c9a5b..4b5ec1366 100644 --- a/setup.py +++ b/setup.py @@ -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' ],