Skip to content

Commit f2b256a

Browse files
authored
Update setup.py
1 parent 7ebf95a commit f2b256a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626

2727
from setuptools import setup, find_packages
2828

29+
2930
install_requires = [
3031
"tqdm",
3132
"ninja",
@@ -40,11 +41,12 @@
4041
"ortools==9.2.9972",
4142
"iso3166",
4243
"chardet",
44+
"shapely==2.0.0",
4345
]
4446

4547
setup(
4648
name='openlanev2',
47-
version='1.0.0',
49+
version='2.0.0',
4850
author='The OpenLane-V2 Dataset Authors',
4951
author_email='wanghuijie@pjlab.org.cn',
5052
description='The official devkit of the OpenLane-V2 dataset.',

0 commit comments

Comments
 (0)