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)