From 68f5222851bb090d421938caed55b778c587a46a Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Mon, 12 Sep 2022 08:47:49 +0200 Subject: [PATCH] docs: Add Binder Python runtime environment specification (#1998) * Add binder/runtime.txt to specify the version of Python that is used for the Binder environment. Use Python 3.10 as this is the latest version that all pyhf backends will work with. - c.f. https://mybinder.readthedocs.io/en/latest/howto/languages.html#python --- binder/runtime.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 binder/runtime.txt diff --git a/binder/runtime.txt b/binder/runtime.txt new file mode 100644 index 0000000000..55090899d0 --- /dev/null +++ b/binder/runtime.txt @@ -0,0 +1 @@ +python-3.10