Skip to content

Commit cee46a6

Browse files
Bump pip version to 1.1.12
1 parent d76dda0 commit cee46a6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Welcome to the Motionalᵀᴹ nuTonomy® downloadable driverless vehicle softwar
2323
- [Citation](#citation)
2424

2525
## Changelog
26-
- Aug. 28, 2025: Devkit v1.1.12: Change to supporting Python 3.9 and Python 3.12.
26+
- Aug. 28, 2025: Devkit v1.2.0: Change to supporting Python 3.9 and Python 3.12.
2727
- Sep. 25, 2023: Devkit v1.1.11: Specify version for various pip requirements.
2828
- Feb. 13, 2023: Devkit v1.1.10: Specify version for various pip requirements.
2929
- Sep. 20, 2021: Devkit v1.1.9: Refactor tracking eval code for custom datasets with different classes.

docs/installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ For these, you will need to download the source code and [manually install the r
2121

2222
## Install Python
2323

24-
The devkit is tested for Python 3.9 and Python 3.12.
24+
The devkit is tested for Python 3.9 and Python 3.12, but we recommend to use Python 3.12.
2525
For Ubuntu: If the right Python version is not already installed on your system, install it by running:
2626
```
2727
sudo apt install python-pip
2828
sudo add-apt-repository ppa:deadsnakes/ppa
2929
sudo apt-get update
30-
sudo apt-get install python3.7
31-
sudo apt-get install python3.7-dev
30+
sudo apt-get install python3.12
31+
sudo apt-get install python3.12-dev
3232
```
3333
For Mac OS download and install from `https://www.python.org/downloads/mac-osx/`.
3434

setup/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def get_dirlist(_rootdir):
3939

4040
setuptools.setup(
4141
name='nuscenes-devkit',
42-
version='1.1.12',
42+
version='1.2.0',
4343
author='Holger Caesar, Oscar Beijbom, Qiang Xu, Varun Bankiti, Alex H. Lang, Sourabh Vora, Venice Erin Liong, '
4444
'Sergi Widjaja, Kiwoo Shin, Caglayan Dicle, Freddy Boulton, Whye Kit Fong, Asha Asvathaman, Lubing Zhou '
4545
'et al.',

0 commit comments

Comments
 (0)