Skip to content

Commit c0b8af0

Browse files
authored
Merge pull request #294 from stratosphereips/fix-dependencies
Add cyst repo as dependency
2 parents bfcf259 + 22326ae commit c0b8af0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ dependencies = [
4646
"scipy==1.14.0",
4747
"tenacity==8.5.0",
4848
"typing-inspect==0.9.0",
49-
"typing_extensions==4.12.2"
49+
"typing_extensions==4.12.2",
50+
"cyst-core @ git+https://github.com/AI-Dojo-Public/cyst-core.git@master"
5051
]
5152
requires-python = ">=3.12"
5253

0 commit comments

Comments
 (0)