Skip to content

Commit 076f900

Browse files
committed
pkg: install numpy
1 parent 80edece commit 076f900

File tree

2 files changed

+47
-1
lines changed

2 files changed

+47
-1
lines changed

poetry.lock

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

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ repository = "https://github.com/JCPedroza/algorithms-and-data-structures-py"
1111
[tool.poetry.dependencies]
1212
# core
1313
python = "^3.10"
14+
numpy = "^1.26.4"
1415

1516
# static type check
1617
mypy = "^1.9"

0 commit comments

Comments
 (0)