Skip to content

Commit f59d62b

Browse files
Bump pip version to 1.2.0
1 parent cee46a6 commit f59d62b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ See the [official Miniconda page](https://conda.io/en/latest/miniconda.html).
4242
#### Setup a Conda environment
4343
We create a new Conda environment named `nuscenes`. We will use this environment for both nuScenes and nuImages.
4444
```
45-
conda create --name nuscenes python=3.7
45+
conda create --name nuscenes python=3.12
4646
```
4747

4848
#### Activate the environment
@@ -81,7 +81,7 @@ For more details, see [this issue](https://github.com/nutonomy/nuscenes-devkit/i
8181
#### Create the virtual environment
8282
We create a new virtual environment named `nuscenes`.
8383
```
84-
mkvirtualenv nuscenes --python=python3.7
84+
mkvirtualenv nuscenes --python=python3.12
8585
```
8686

8787
#### Activate the virtual environment

python-sdk/nuscenes/eval/prediction/docker_container/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ENV PYTHONPATH=/nuscenes-dev/python-sdk
3232

3333
COPY setup/requirements.txt .
3434

35-
RUN bash -c "conda create -y -n nuscenes python=3.7 \
35+
RUN bash -c "conda create -y -n nuscenes python=3.12 \
3636
&& source activate nuscenes \
3737
&& pip install --no-cache-dir -r /nuscenes-dev/prediction/requirements.txt \
3838
&& conda clean --yes --all"

0 commit comments

Comments
 (0)