Skip to content
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

Fixing user documentation and removing backkports.zoneinfo from requi… #346

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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 ``<= [email protected]``. 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