We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ebf95a commit f2b256aCopy full SHA for f2b256a
1 file changed
setup.py
@@ -26,6 +26,7 @@
26
27
from setuptools import setup, find_packages
28
29
+
30
install_requires = [
31
"tqdm",
32
"ninja",
@@ -40,11 +41,12 @@
40
41
"ortools==9.2.9972",
42
"iso3166",
43
"chardet",
44
+ "shapely==2.0.0",
45
]
46
47
setup(
48
name='openlanev2',
- version='1.0.0',
49
+ version='2.0.0',
50
author='The OpenLane-V2 Dataset Authors',
51
author_email='wanghuijie@pjlab.org.cn',
52
description='The official devkit of the OpenLane-V2 dataset.',
0 commit comments