Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementation for summary outputs #113

Merged
merged 15 commits into from
Jan 3, 2024
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
Loading
Loading