Skip to content

Commit

Permalink
remove sshfs dependency (#1129)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlewitt1 committed Aug 8, 2024
1 parent 00a675b commit e7692ed
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion collect_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"wheel",
"rich",
"pyarrow",
"sshfs",
"typer",
"skypilot",
"fastapi",
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ ray[default] >= 2.2.0, != 2.6.0
rich
sentry-sdk
setuptools < 70.0.0
sshfs >= 2023.1.0, <= 2023.4.1
typer
uvicorn
wheel
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ def parse_readme(readme: str) -> str:
"rich",
"sentry-sdk",
"setuptools < 70.0.0", # Bug in setuptools 70.0.0: https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15863 noqa
"sshfs >= 2023.1.0, <= 2023.4.1",
"typer",
"uvicorn",
"wheel",
Expand Down

0 comments on commit e7692ed

Please sign in to comment.