Skip to content

Commit 1bb0c6f

Browse files
committed
Remove numpy requirement from the project
1 parent 19d028c commit 1bb0c6f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ dependencies = [
1717
"antlr4-python3-runtime",
1818
"docopt",
1919
"PyYAML",
20-
"numpy",
2120
]
2221
license = {text = "Apache Software License"}
2322
keywords = ["mal"]

requirements.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
docopt
22
PyYAML
33

4-
# ttc calculations / math
5-
numpy
6-
74
#maltoolbox.ingestors:
85
py2neo
96

0 commit comments

Comments
 (0)