Skip to content

Commit

Permalink
update LL and tesseract version
Browse files Browse the repository at this point in the history
  • Loading branch information
hermosillajelmy committed Sep 30, 2024
1 parent e70ef46 commit b5d7b61
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 30 deletions.
56 changes: 29 additions & 27 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ packages = [{include = "app"}]
python = "^3.8"
granian = "^1.4.0"
logiclayer = "^0.4.0"
logiclayer-complexity = "^0.5.4"
tesseract-olap = {extras = ["clickhouse", "redis"], version = "^0.10.3"}
logiclayer-complexity = "^0.6.2"
tesseract-olap = {extras = ["clickhouse", "redis"], version = "^0.11.0"}

[tool.poetry.group.dev.dependencies]
granian = {extras = ["reload"], version = "^1.4.0"}
Expand Down
2 changes: 1 addition & 1 deletion schema/cbp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<Row>(6, "100-249 Employee Size Class")</Row>
<Row>(7, "250-499 Employee Size Class")</Row>
<Row>(8, "500-999 Employee Size Class")</Row>
<Row>(9, "10000 or More Employee Size Class")</Row>
<Row>(9, "1000 or More Employee Size Class")</Row>
</InlineTable>
<Level key_column="id" name="Size" name_column="description" key_type="u8" />
</Hierarchy>
Expand Down

0 comments on commit b5d7b61

Please sign in to comment.