Skip to content

updated docs to reference python 3.11 as the new numerai predict python version #34

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion numerai-tournament/submissions/model-uploads.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.&#x20;

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)

Expand Down