Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: refactor bundesanzeiger module and config to work concurect… #87

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ["3.9.13","3.8.13","3.7.13","3.6.12","3.10"]
python-version: ["3.9.13","3.8.13","3.10","3.11"]
fail-fast: false

steps:
Expand Down
1,579 changes: 936 additions & 643 deletions poetry.lock

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ packages = [
{ include = "deutschland", from = "src" },
]
[tool.poetry.dependencies]
python = "^3.6.2"
python = ">=3.8,<4.0.0"
Shapely = "^1.8.0"
mapbox-vector-tile = "^1.2.1"
requests = "^2.26.0"
Expand All @@ -26,6 +26,10 @@ more-itertools = "^8.10.0"
onnxruntime = "^1.10.0"
numpy = "^1.19.0"
protobuf= ">=3.0,<4.0"
tqdm = "^4.64.0"
matplotlib = "^3.5.1"
coloredlogs = "^15.0.1"


# Those are packages which were included in previous release so not optional
de-autobahn = {version = "^1.0.4"}
Expand Down
Loading