skyplane
skyplane copied to clipboard
Skyplane dependencies should be partitioned by cloud
At the moment, if a user only needs to use AWS or GCP, they will also need to install the significant dependencies required for Azure. Ideally, Skyplane dependencies can be partitioned:
pip install skyplane[aws,gcp,azure]
Tracked by SKY-203