We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84bbd4a commit 31add95Copy full SHA for 31add95
pyproject.toml
@@ -49,7 +49,7 @@ Shapely = { version = ">=1.8.0", optional = true }
49
rasterio = "^1.2.10"
50
Pillow = ">=8.3.1"
51
s3fs = ">=2022.1.0"
52
-scale-launch = { git = "https://github.com/scaleapi/launch-python-client.git", python = ">=3.7,<4.0" }
+scale-launch = { version = ">=0.1.0", python = ">=3.7,<4.0" }
53
54
[tool.poetry.dev-dependencies]
55
pytest = [
0 commit comments