Skip to content

Commit 31add95

Browse files
authored
use pypi for launch (#310)
1 parent 84bbd4a commit 31add95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Shapely = { version = ">=1.8.0", optional = true }
4949
rasterio = "^1.2.10"
5050
Pillow = ">=8.3.1"
5151
s3fs = ">=2022.1.0"
52-
scale-launch = { git = "https://github.com/scaleapi/launch-python-client.git", python = ">=3.7,<4.0" }
52+
scale-launch = { version = ">=0.1.0", python = ">=3.7,<4.0" }
5353

5454
[tool.poetry.dev-dependencies]
5555
pytest = [

0 commit comments

Comments
 (0)