From a589485ad15703fc4becaa5e325668d183da41b7 Mon Sep 17 00:00:00 2001 From: Josh Terrill Date: Thu, 10 Jul 2025 22:37:45 -0700 Subject: [PATCH] updated docs to reference python 3.11 as the new numerai predict python version --- numerai-tournament/submissions/model-uploads.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/numerai-tournament/submissions/model-uploads.md b/numerai-tournament/submissions/model-uploads.md index 01088cf..6230b0c 100644 --- a/numerai-tournament/submissions/model-uploads.md +++ b/numerai-tournament/submissions/model-uploads.md @@ -107,7 +107,7 @@ If, at any point, you would like to disable your uploaded model: ### What versions of Python/packages work? -The default version is Python 3.10, but Python 3.9 is supported and can be selected when uploading a model. +The default version is Python 3.11, but Python >=3.9 and <= 3.11 is supported and can be selected when uploading a model. To see which package versions are used in the Model Uploads environment, see the Numerai Predict requirements.txt: [https://github.com/numerai/numerai-predict/blob/master/requirements.txt](https://github.com/numerai/numerai-predict/blob/master/requirements.txt)