File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
graalpython/graalpy-jbang/templates Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 8
8
//DEPS org.graalvm.python:python-resources:${env.GRAALPY_VERSION:24.1.0}
9
9
//DEPS org.graalvm.python:python-launcher:${env.GRAALPY_VERSION:24.1.0}
10
10
//DEPS org.graalvm.python:python-embedding:${env.GRAALPY_VERSION:24.1.0}
11
+ //DEPS org.graalvm.python:python-embedding-tools:${env.GRAALPY_VERSION:24.1.0}
11
12
//PIP termcolor
12
13
|}
13
14
import org.graalvm.polyglot.Context;
Original file line number Diff line number Diff line change 11
11
//DEPS org.graalvm.python:python-resources:${env.GRAALPY_VERSION:24.1.0}
12
12
//DEPS org.graalvm.python:python-launcher:${env.GRAALPY_VERSION:24.1.0}
13
13
//DEPS org.graalvm.python:python-embedding:${env.GRAALPY_VERSION:24.1.0}
14
+ //DEPS org.graalvm.python:python-embedding-tools:${env.GRAALPY_VERSION:24.1.0}
14
15
//PIP termcolor
15
16
|}
16
17
import org.graalvm.polyglot.Context;
You can’t perform that action at this time.
0 commit comments