Skip to content

Commit 4388893

Browse files
authored
Remove dead code and manage dependencies with poetry (#330)
1 parent 1b53862 commit 4388893

6 files changed

+1307
-46
lines changed

.gitmodules

Whitespace-only changes.

MANIFEST.in

-3
This file was deleted.

poetry.lock

+1,304-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ pytest-regressions = "^2.4.2"
2121
pytest-cov = "^4.1.0"
2222
numpy = "^1.24.2"
2323
pytest-benchmark = "^4.0.0"
24-
24+
matplotlib = "^3.7.0"
25+
orion = "^0.1.0"
26+
kaleido = "0.2.1"
2527

2628
[tool.poetry.extras]
2729
yaml = ["pyyaml"]

python-package.yml

-39
This file was deleted.

requirements.txt

-2
This file was deleted.

0 commit comments

Comments
 (0)