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 a834e96 commit 139fa60Copy full SHA for 139fa60
1 file changed
prep_sandbox.py
@@ -13,7 +13,7 @@
13
_PYPROJECT_TEMPLATE = """\
14
[project]
15
name = "kady-sandbox"
16
-version = "0.1.1"
+version = "0.1.2"
17
description = "Packages installed by Kady expert agents"
18
requires-python = ">=3.13"
19
dependencies = [
@@ -28,6 +28,7 @@
28
"pyopenms>=3.5.0",
29
"scipy>=1.17.1",
30
"transformers>=4.57.6",
31
+ "parallel-web>=0.4.2",
32
]
33
"""
34
0 commit comments