mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-31 12:20:26 +08:00
Fix plotly version (#8606)
* Unpin plotly * Fix plotly version deployed space for PRs
This commit is contained in:
parent
36b2af9a31
commit
8aad678a63
@ -69,11 +69,8 @@ if __name__ == "__main__":
|
||||
{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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user