chore: remove setuptools dependency

This commit is contained in:
Umut
2022-07-22 09:22:50 +02:00
parent 4178e82142
commit 21d8fd19ca
3 changed files with 273 additions and 1465 deletions

View File

@@ -1,19 +1,19 @@
Name Version License
Pillow 9.1.1 Historical Permission Notice and Disclaimer (HPND)
PyYAML 6.0 MIT License
concrete-compiler 0.10.0 BSD-3
cycler 0.11.0 BSD License
fonttools 4.33.3 MIT License
kiwisolver 1.4.2 BSD License
matplotlib 3.5.2 Python Software Foundation License
networkx 2.8.2 BSD License
numpy 1.22.4 BSD License
packaging 21.3 Apache Software License; BSD License
pygraphviz 1.9 BSD License
pyparsing 3.0.9 MIT License
python-dateutil 2.8.2 Apache Software License; BSD License
setuptools-scm 6.4.2 MIT License
six 1.16.0 MIT License
tomli 2.0.1 MIT License
torch 1.11.0 BSD License
typing-extensions 4.2.0 Python Software Foundation License
Name Version License
Pillow 9.2.0 Historical Permission Notice and Disclaimer (HPND)
PyYAML 6.0 MIT License
concrete-compiler 0.10.0 BSD-3
cycler 0.11.0 BSD License
fonttools 4.34.4 MIT License
kiwisolver 1.4.4 BSD License
matplotlib 3.5.2 Python Software Foundation License
networkx 2.8.5 BSD License
numpy 1.23.1 BSD License
packaging 21.3 Apache Software License; BSD License
pygraphviz 1.9 BSD License
pyparsing 3.0.9 MIT License
python-dateutil 2.8.2 Apache Software License; BSD License
setuptools-scm 7.0.5 MIT License
six 1.16.0 MIT License
tomli 2.0.1 MIT License
torch 1.12.0 BSD License
typing-extensions 4.3.0 Python Software Foundation License

1699
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -43,7 +43,6 @@ matplotlib = "^3.5.1"
numpy = "^1.22.0"
pygraphviz = { version = "^1.7", optional = true }
Pillow = "^9.0.0"
setuptools = "^62.0.0"
concrete-compiler = "^0.10.0"
torch = "^1.10.2"