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 319364c commit 40cc027Copy full SHA for 40cc027
WORKSPACE
@@ -41,8 +41,12 @@ python_init_rules()
41
load("@xla//third_party/py:python_init_repositories.bzl", "python_init_repositories")
42
43
python_init_repositories(
44
+ default_python_version = "system",
45
requirements = {
46
+ "3.9": "@xla//:requirements_lock_3_9.txt",
47
+ "3.10": "@xla//:requirements_lock_3_10.txt",
48
"3.11": "@xla//:requirements_lock_3_11.txt",
49
+ "3.12": "@xla//:requirements_lock_3_12.txt",
50
},
51
)
52
0 commit comments