Skip to content

Commit

Permalink
[Dependency] install typin_extensions for all versions (#2642)
Browse files Browse the repository at this point in the history
install typin_extensions for all versions
  • Loading branch information
Michaelvll authored Oct 2, 2023
1 parent 94b4ce3 commit 14aa7fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/setup_files/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def parse_readme(readme: str) -> str:
'tabulate',
# Light weight requirement, can be replaced with "typing" once
# we deprecate Python 3.7 (this will take a while).
"typing_extensions; python_version < '3.8'",
"typing_extensions",
'filelock >= 3.6.0',
'packaging',
'psutil',
Expand Down

0 comments on commit 14aa7fe

Please sign in to comment.