Skip to content

Commit

Permalink
docs: Remove requests from piplite install as async setup
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Sep 22, 2022
1 parent 37abb3b commit 599db88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/generate_jupyterlite_iframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
def main():
code = """\
import piplite
await piplite.install(["pyhf==0.7.0rc4", "requests"])
await piplite.install(["pyhf==0.7.0rc4"])
%matplotlib inline
import pyhf\
"""
Expand Down

0 comments on commit 599db88

Please sign in to comment.