Skip to content

Commit

Permalink
upgrade to py3dtiles 7.0.0 and rewrite requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
smellman committed Dec 18, 2023
1 parent 988d053 commit e59bf00
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 52 deletions.
91 changes: 47 additions & 44 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,75 +1,78 @@
aiohttp==3.9.1
aiosignal==1.3.1
alabaster==0.7.13
Babel==2.12.1
black==23.3.0
bleach==6.0.0
build==0.10.0
certifi==2023.5.7
charset-normalizer==3.1.0
async-timeout==4.0.3
attrs==23.1.0
Babel==2.14.0
black==23.12.0
build==1.0.3
certifi==2023.11.17
charset-normalizer==3.3.2
click==8.1.3
coverage==7.2.7
Cython==3.0.2
coverage==7.3.3
Cython==3.0.6
docutils==0.20.1
earcut==1.1.5
exceptiongroup==1.1.1
frozendict==2.3.8
exceptiongroup==1.2.0
frozendict==2.3.10
frozenlist==1.4.0
httpretty==1.1.4
idna==3.4
idna==3.6
imagesize==1.4.1
importlib-metadata==6.6.0
importlib-metadata==7.0.0
iniconfig==2.0.0
jaraco.classes==3.2.3
jaraco.classes==3.3.0
Jinja2==3.1.2
keyring==24.0.0
laspy==2.5.1
llvmlite==0.40.1
keyring==24.3.0
llvmlite==0.41.1
lz4==4.3.2
markdown-it-py==3.0.0
MarkupSafe==2.1.2
MarkupSafe==2.1.3
mdurl==0.1.2
more-itertools==9.1.0
more-itertools==10.1.0
multidict==6.0.4
mypy-extensions==1.0.0
numba==0.57.1
numpy==1.22.4
packaging==23.1
pandas==2.1.0
pathspec==0.11.1
nh3==0.2.15
numba==0.58.1
numpy==1.26.2
packaging==23.2
pandas==2.1.4
pathspec==0.12.1
Pillow==10.0.1
pkginfo==1.9.6
platformdirs==3.5.1
pluggy==1.0.0
plyfile==1.0.1
psutil==5.9.5
psycopg2-binary==2.9.7
git+https://gitlab.com/Oslandia/py3dtiles.git@489289d2f7310fbcb8e95710e250d893999adf5d#egg=py3dtiles
Pygments==2.15.1
platformdirs==4.1.0
pluggy==1.3.0
psutil==5.9.6
py3dtiles==7.0.0
Pygments==2.17.2
pyproj==3.6.1
pyproject_hooks==1.0.0
pytest==7.3.1
pytest==7.4.3
pytest-cov==4.1.0
python-dateutil==2.8.2
pytz==2023.3.post1
pyzmq==25.1.1
readme-renderer==40.0
pyzmq==25.1.2
readme-renderer==42.0
reearthcmsapi==0.0.3
requests==2.31.0
requests-toolbelt==1.0.0
rfc3986==2.0.0
rich==13.4.2
rich==13.7.0
shapely==2.0.1
six==1.16.0
snowballstemmer==2.2.0
Sphinx==7.0.1
sphinxcontrib-applehelp==1.0.4
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.1
Sphinx==7.2.6
sphinxcontrib-applehelp==1.0.7
sphinxcontrib-devhelp==1.0.5
sphinxcontrib-htmlhelp==2.0.4
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
sphinxcontrib-qthelp==1.0.6
sphinxcontrib-serializinghtml==1.1.9
tomli==2.0.1
tqdm==4.65.0
twine==4.0.2
typing_extensions==4.6.3
typing_extensions==4.9.0
tzdata==2023.3
urllib3==2.0.2
webencodings==0.5.1
zipp==3.15.0
urllib3==2.0.7
yarl==1.9.4
zipp==3.17.0
7 changes: 2 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ classifiers = [
"Development Status :: 2 - Pre-Alpha",
"Programming Language :: Python :: 3",
]
version = "0.0.13"
version = "0.0.14"
dependencies = [
"click",
"numpy",
"pandas",
"Pillow",
"py3dtiles @ git+https://gitlab.com/Oslandia/py3dtiles.git@489289d2f7310fbcb8e95710e250d893999adf5d",
"py3dtiles",
"pyproj",
"requests",
"reearthcmsapi",
Expand All @@ -34,9 +34,6 @@ keywords = ['plateau']
[tool.hatch.build]
exclude = ["tests/*"]

[tool.hatch.metadata]
allow-direct-references = true

[project.urls]
"Homepage" = "https://eukarya-inc.github.io/plateauutils/"
"Bug Reports" = "https://github.com/eukarya-inc/plateauutils/issues"
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
click==8.1.3
reearthcmsapi==0.0.3
numpy==1.22.4
pandas==2.1.0
numpy==1.26.2
pandas==2.1.4
Pillow==10.0.1
git+https://gitlab.com/Oslandia/py3dtiles.git@489289d2f7310fbcb8e95710e250d893999adf5d#egg=py3dtiles
py3dtiles==7.0.0
pyproj==3.6.1
requests==2.31.0
shapely==2.0.1
Expand Down

0 comments on commit e59bf00

Please sign in to comment.