File tree Expand file tree Collapse file tree 3 files changed +52
-52
lines changed
Expand file tree Collapse file tree 3 files changed +52
-52
lines changed Original file line number Diff line number Diff line change 1+ aiohttp == 3.9.1
2+ aiosignal == 1.3.1
13alabaster == 0.7.13
2- Babel == 2.12.1
3- black == 23.3.0
4- bleach == 6.0.0
5- build == 0.10.0
6- certifi == 2023.5.7
7- charset-normalizer == 3.1.0
4+ async-timeout == 4.0.3
5+ attrs == 23.1.0
6+ Babel == 2.14.0
7+ black == 23.12.0
8+ build == 1.0.3
9+ certifi == 2023.11.17
10+ charset-normalizer == 3.3.2
811click == 8.1.3
9- coverage == 7.2.7
10- Cython == 3.0.2
12+ coverage == 7.3.3
13+ Cython == 3.0.6
1114docutils == 0.20.1
1215earcut == 1.1.5
13- exceptiongroup == 1.1.1
14- frozendict == 2.3.8
16+ exceptiongroup == 1.2.0
17+ frozendict == 2.3.10
18+ frozenlist == 1.4.0
1519httpretty == 1.1.4
16- idna == 3.4
20+ idna == 3.6
1721imagesize == 1.4.1
18- importlib-metadata == 6.6 .0
22+ importlib-metadata == 7.0 .0
1923iniconfig == 2.0.0
20- jaraco.classes == 3.2.3
24+ jaraco.classes == 3.3.0
2125Jinja2 == 3.1.2
22- keyring == 24.0.0
23- laspy == 2.5.1
24- llvmlite == 0.40.1
26+ keyring == 24.3.0
27+ llvmlite == 0.41.1
2528lz4 == 4.3.2
2629markdown-it-py == 3.0.0
27- MarkupSafe == 2.1.2
30+ MarkupSafe == 2.1.3
2831mdurl == 0.1.2
29- more-itertools == 9.1.0
32+ more-itertools == 10.1.0
33+ multidict == 6.0.4
3034mypy-extensions == 1.0.0
31- numba == 0.57.1
32- numpy == 1.22.4
33- packaging == 23.1
34- pandas == 2.1.0
35- pathspec == 0.11.1
35+ nh3 == 0.2.15
36+ numba == 0.58.1
37+ numpy == 1.26.2
38+ packaging == 23.2
39+ pandas == 2.1.4
40+ pathspec == 0.12.1
3641Pillow == 10.0.1
3742pkginfo == 1.9.6
38- platformdirs == 3.5.1
39- pluggy == 1.0.0
40- plyfile == 1.0.1
41- psutil == 5.9.5
42- psycopg2-binary == 2.9.7
43- git+https://gitlab.com/Oslandia/py3dtiles.git@489289d2f7310fbcb8e95710e250d893999adf5d#egg=py3dtiles
44- Pygments == 2.15.1
43+ platformdirs == 4.1.0
44+ pluggy == 1.3.0
45+ psutil == 5.9.6
46+ py3dtiles == 7.0.0
47+ Pygments == 2.17.2
4548pyproj == 3.6.1
4649pyproject_hooks == 1.0.0
47- pytest == 7.3.1
50+ pytest == 7.4.3
4851pytest-cov == 4.1.0
4952python-dateutil == 2.8.2
5053pytz == 2023.3.post1
51- pyzmq == 25.1.1
52- readme-renderer == 40 .0
54+ pyzmq == 25.1.2
55+ readme-renderer == 42 .0
5356reearthcmsapi == 0.0.3
5457requests == 2.31.0
5558requests-toolbelt == 1.0.0
5659rfc3986 == 2.0.0
57- rich == 13.4.2
60+ rich == 13.7.0
5861shapely == 2.0.1
5962six == 1.16.0
6063snowballstemmer == 2.2.0
61- Sphinx == 7.0.1
62- sphinxcontrib-applehelp == 1.0.4
63- sphinxcontrib-devhelp == 1.0.2
64- sphinxcontrib-htmlhelp == 2.0.1
64+ Sphinx == 7.2.6
65+ sphinxcontrib-applehelp == 1.0.7
66+ sphinxcontrib-devhelp == 1.0.5
67+ sphinxcontrib-htmlhelp == 2.0.4
6568sphinxcontrib-jsmath == 1.0.1
66- sphinxcontrib-qthelp == 1.0.3
67- sphinxcontrib-serializinghtml == 1.1.5
69+ sphinxcontrib-qthelp == 1.0.6
70+ sphinxcontrib-serializinghtml == 1.1.9
6871tomli == 2.0.1
6972tqdm == 4.65.0
7073twine == 4.0.2
71- typing_extensions == 4.6.3
74+ typing_extensions == 4.9.0
7275tzdata == 2023.3
73- urllib3 == 2.0.2
74- webencodings == 0.5.1
75- zipp == 3.15 .0
76+ urllib3 == 2.0.7
77+ yarl == 1.9.4
78+ zipp == 3.17 .0
Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ classifiers = [
1111 " Development Status :: 2 - Pre-Alpha" ,
1212 " Programming Language :: Python :: 3" ,
1313]
14- version = " 0.0.13 "
14+ version = " 0.0.14 "
1515dependencies = [
1616 " click" ,
1717 " numpy" ,
1818 " pandas" ,
1919 " Pillow" ,
20- " py3dtiles @ git+https://gitlab.com/Oslandia/py3dtiles.git@489289d2f7310fbcb8e95710e250d893999adf5d " ,
20+ " py3dtiles" ,
2121 " pyproj" ,
2222 " requests" ,
2323 " reearthcmsapi" ,
@@ -34,9 +34,6 @@ keywords = ['plateau']
3434[tool .hatch .build ]
3535exclude = [" tests/*" ]
3636
37- [tool .hatch .metadata ]
38- allow-direct-references = true
39-
4037[project .urls ]
4138"Homepage" = " https://eukarya-inc.github.io/plateauutils/"
4239"Bug Reports" = " https://github.com/eukarya-inc/plateauutils/issues"
Original file line number Diff line number Diff line change 11click == 8.1.3
22reearthcmsapi == 0.0.3
3- numpy == 1.22.4
4- pandas == 2.1.0
3+ numpy == 1.26.2
4+ pandas == 2.1.4
55Pillow == 10.0.1
6- git+https://gitlab.com/Oslandia/ py3dtiles.git@489289d2f7310fbcb8e95710e250d893999adf5d#egg=py3dtiles
6+ py3dtiles == 7.0.0
77pyproj == 3.6.1
88requests == 2.31.0
99shapely == 2.0.1
You can’t perform that action at this time.
0 commit comments