Skip to content

Commit

Permalink
Fix plotly version (#8606)
Browse files Browse the repository at this point in the history
* Unpin plotly

* Fix plotly version deployed space for PRs
  • Loading branch information
freddyaboulton authored Jun 25, 2024
1 parent 36b2af9 commit 8aad678
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions scripts/copy_demos.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,8 @@ def copy_all_demos(source_dir: str, dest_dir: str):
{args.gradio_client_version}
{args.gradio_version}
pypistats==1.1.0
plotly==5.10.0
opencv-python==4.6.0.66
transformers==4.21.1
torch==1.12.1
plotly
altair
vega_datasets
"""
open(reqs_file_path, "w").write(textwrap.dedent(requirements))
pathlib.Path(reqs_file_path).write_text(textwrap.dedent(requirements))

0 comments on commit 8aad678

Please sign in to comment.