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 |
]
|
5 |
|
6 |
from aiflows import flow_verse
|
|
|
1 |
dependencies = [
|
2 |
{"url": "aiflows/CodeFileEditFlowModule", "revision": "main"},
|
3 |
+
{"url": "aiflows/InterpreterFlowModule", "revision": "7bc8846782d4e7204b42272d697b802cdb270a12"},
|
4 |
]
|
5 |
|
6 |
from aiflows import flow_verse
|