diff --git a/setup.py b/setup.py index daf2c57..3ce09fa 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ author_email='xgui3783@gmail.com', packages=['chunk_replicator'], install_requires=[ - "neuroglancer-scripts==1.0.0", + "neuroglancer_scripts @ git+https://github.com/HumanBrainProject/neuroglancer-scripts.git@0205370", "dataclasses; python_version < '3.7'", "tqdm" ]