Fix plotly version (#8606)

* Unpin plotly

* Fix plotly version deployed space for PRs
This commit is contained in:
Freddy Boulton 2024-06-25 15:59:10 +01:00 committed by GitHub
parent 36b2af9a31
commit 8aad678a63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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))