roll back dependency of interpreter
Browse files- __init__.py +1 -1
__init__.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
dependencies = [
|
2 |
{"url": "aiflows/CodeFileEditFlowModule", "revision": "main"},
|
3 |
-
{"url": "aiflows/InterpreterFlowModule", "revision": "
|
4 |
{"url": "aiflows/HumanStandardInputFlowModule", "revision": "4ff043522c89a964ea3a928ce09811c51a2b5b98"},
|
5 |
]
|
6 |
|
|
|
1 |
dependencies = [
|
2 |
{"url": "aiflows/CodeFileEditFlowModule", "revision": "main"},
|
3 |
+
{"url": "aiflows/InterpreterFlowModule", "revision": "7bc8846782d4e7204b42272d697b802cdb270a12"},
|
4 |
{"url": "aiflows/HumanStandardInputFlowModule", "revision": "4ff043522c89a964ea3a928ce09811c51a2b5b98"},
|
5 |
]
|
6 |
|