Skip to content

Commit cdde516

Browse files
committed
setup.py no longer lists python-javabridge with github URL, as it fails to install via pip otherwise
1 parent 19ed612 commit cdde516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def _read(f):
5959
author='Peter "fracpete" Reutemann',
6060
author_email='[email protected]',
6161
install_requires=[
62-
"python-javabridge @ git+https://github.com/CellProfiler/python-javabridge.git",
62+
"python-javabridge",
6363
"cython>=0.29.25,<3.0.0",
6464
"numpy>=1.20.1",
6565
"packaging",

0 commit comments

Comments
 (0)