feat: bump compiler to v0.19.0

This commit is contained in:
Umut
2022-09-20 10:46:02 +02:00
parent 82046ae662
commit f37175e821
3 changed files with 285 additions and 224 deletions

View File

@@ -1,9 +1,9 @@
Name Version License
Pillow 9.2.0 Historical Permission Notice and Disclaimer (HPND)
PyYAML 6.0 MIT License
concrete-compiler 0.18.0 BSD-3
concrete-compiler 0.19.0 BSD-3
cycler 0.11.0 BSD License
fonttools 4.37.1 MIT License
fonttools 4.37.2 MIT License
kiwisolver 1.4.4 BSD License
matplotlib 3.5.3 Python Software Foundation License
networkx 2.6.3 BSD License

503
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -42,7 +42,7 @@ networkx = "^2.6.3"
matplotlib = "^3.5.1"
numpy = "^1.21.0"
Pillow = "^9.0.0"
concrete-compiler = "^0.18.0"
concrete-compiler = "^0.19.0"
torch = "^1.10.2"
[tool.poetry.dev-dependencies]