Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
Signed-off-by: Ayush Kamat <[email protected]>
  • Loading branch information
ayushkamat committed Oct 18, 2024
1 parent cae8968 commit 4a87bc7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name="latch",
version="v2.53.7.dev1",
version="v2.53.7.dev2",
author_email="[email protected]",
description="The Latch SDK",
packages=find_packages(),
Expand Down Expand Up @@ -53,6 +53,9 @@
"asyncssh==2.13.2",
"websockets==11.0.3",
"watchfiles==0.19.0",
# new latch cp
"uvloop==0.19.0",
"aiohttp==3.9.5",
],
extras_require={
"snakemake": ["snakemake>=7.18.0, <7.30.2", "pulp >=2.0, <2.8"],
Expand Down

0 comments on commit 4a87bc7

Please sign in to comment.