Skip to content

Commit ef8573d

Browse files
committed
fix jupyter_telemetry dependency
1 parent 7c9d3d5 commit ef8573d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
'prometheus_client',
9797
"pywin32>=1.0 ; sys_platform == 'win32'",
9898
# Install the working branch of telemetry.
99-
'git+https://github.com/Zsailer/telemetry.git@personal-data'
99+
'jupyter_telemetry@git+https://github.com/Zsailer/telemetry.git@master'
100100
],
101101
extras_require = {
102102
'test': ['nose', 'coverage', 'requests', 'nose_warnings_filters',

0 commit comments

Comments
 (0)