Skip to content

Commit 36efbc5

Browse files
authored
Merge pull request #1047 from jrdnbradford/pycurl-whl
Use `pycurl` `.whl` for hub environment
2 parents c9efb93 + dbcaf22 commit 36efbc5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tljh/requirements-hub-env.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,4 @@ jupyterhub-idle-culler>=1.4.0,<2
2525
# ref: https://www.tornadoweb.org/en/stable/httpclient.html#module-tornado.simple_httpclient
2626
# ref: https://github.com/jupyterhub/the-littlest-jupyterhub/issues/289
2727
#
28-
# FIXME: pycurl is installed from source without its wheel for 7.45.3 has an
29-
# issue reported in https://github.com/pycurl/pycurl/issues/834.
30-
#
31-
pycurl>=7.45.3,<8 --no-binary=pycurl
28+
pycurl>=7.45.7,<8

0 commit comments

Comments
 (0)