Skip to content
Open
Show file tree
Hide file tree
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 .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
build:
os: "ubuntu-22.04"
tools:
python: "3.8"
python: "3.11"

python:
install:
Expand Down
4 changes: 2 additions & 2 deletions docs/source/modules/brain-score_web.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Brain Score Administrators:

Once you have these values, continue by ensuring you are using ``<= python@3.8``. You can do this by first checking if you have 3.8 installed::

python3.8 --version
python3.11 --version

And if not, install it::

Expand All @@ -28,7 +28,7 @@ And if not, install it::

Next, create and activate a virtual environment::

python3.8 -m venv <env_name>
python3.11 -m venv <env_name>
source <env_name>/bin/activate

Then, clone the repository and change to the ``brain-score.web`` directory::
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
asgiref==3.7.2
backports.zoneinfo==0.2.1
boto3==1.28.15
botocore==1.31.15
certifi==2023.7.22
Expand Down