Skip to content

Commit

Permalink
eliminated numpy dependency from pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
alanisaac authored and jkwan2011 committed Jan 3, 2024
1 parent 151660b commit be3a5e3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
1 change: 0 additions & 1 deletion rules-engine/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ name="rules-engine"
version="0.0.1"
requires-python=">=3.8"
dependencies = [
"numpy",
"pydantic"
]

Expand Down
10 changes: 1 addition & 9 deletions rules-engine/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --extra=dev --output-file=requirements-dev.txt pyproject.toml
Expand All @@ -10,10 +10,6 @@ black==23.3.0
# via rules-engine (pyproject.toml)
click==8.1.3
# via black
colorama==0.4.6
# via
# click
# pytest
exceptiongroup==1.1.1
# via pytest
iniconfig==2.0.0
Expand All @@ -26,8 +22,6 @@ mypy-extensions==1.0.0
# via
# black
# mypy
numpy==1.24.4
# via rules-engine (pyproject.toml)
packaging==23.1
# via
# black
Expand Down Expand Up @@ -55,8 +49,6 @@ tomli==2.0.1
# pytest
typing-extensions==4.6.3
# via
# annotated-types
# black
# mypy
# pydantic
# pydantic-core
2 changes: 0 additions & 2 deletions rules-engine/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
#
annotated-types==0.5.0
# via pydantic
numpy==1.24.4
# via rules-engine (pyproject.toml)
pydantic==2.3.0
# via rules-engine (pyproject.toml)
pydantic-core==2.6.3
Expand Down

0 comments on commit be3a5e3

Please sign in to comment.