Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsmrynk committed Mar 3, 2024
1 parent a2aba65 commit 2ab9410
Show file tree
Hide file tree
Showing 4 changed files with 230 additions and 142 deletions.
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ onnxruntime==1.16.3
OWSLib==0.29.3
pandas==2.1.4
Pillow==10.1.0
pyarrow==15.0.0
pydantic==2.5.2
PyYAML==6.0.1
rasterio==1.3.9
rtree==1.1.0
Shapely==2.0.2
simplification==0.7.10
topojson==1.7
2 changes: 2 additions & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ onnxruntime==1.16.3
OWSLib==0.29.3
pandas==2.1.4
Pillow==10.1.0
pyarrow==15.0.0
pydantic==2.5.2
pytest==7.4.3
pytest-cov==4.1.0
PyYAML==6.0.1
rasterio==1.3.9
rtree==1.1.0
Shapely==2.0.2
simplification==0.7.10
topojson==1.7
2 changes: 1 addition & 1 deletion src/postprocessing/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from .postprocessor import *
from .postprocessor import Postprocessor
Loading

0 comments on commit 2ab9410

Please sign in to comment.