From afcfb01f7963b1c01f0ea4b89ecd180adc47fed4 Mon Sep 17 00:00:00 2001 From: Aaron Pham <29749331+aarnphm@users.noreply.github.com> Date: Wed, 27 Jul 2022 05:48:42 -0700 Subject: [PATCH] chore: remove unused changes Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com> --- .gitattributes | 1 - requirements/tests-requirements.txt | 1 - setup.cfg | 3 ++- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index a3ac3d2ad5..9f0302bc41 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,2 @@ typings/**/*.pyi linguist-generated=true -bentoml/**/*.pyi linguist-generated=true * text=auto eol=lf diff --git a/requirements/tests-requirements.txt b/requirements/tests-requirements.txt index f6ed0088c4..51a38622c3 100644 --- a/requirements/tests-requirements.txt +++ b/requirements/tests-requirements.txt @@ -17,4 +17,3 @@ build[virtualenv] >=0.8.0 yamllint grpcio grpcio-tools -mypy-protobuf==3.2.0 diff --git a/setup.cfg b/setup.cfg index 7cb08a129e..35d015af76 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,7 +18,8 @@ classifiers = Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 - Programming Language :: Python :: Implementation :: CPython Topic :: Scientific/Engineering :: Artificial Intelligence + Programming Language :: Python :: Implementation :: CPython + Topic :: Scientific/Engineering :: Artificial Intelligence Topic :: Software Development :: Libraries keywords = MLOps, AI, BentoML, Model Serving, Model Deployment project_urls =