From 52fd3e0dd44bd3d44d0a0705a6b9abd240b5080b Mon Sep 17 00:00:00 2001 From: Dev Khant Date: Mon, 10 Jun 2024 22:44:52 +0530 Subject: [PATCH] Update contributing doc (#1404) --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8af067f3..1d6c3d15 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -67,6 +67,8 @@ We use `pytest` to test our code. You can run the tests by running the following poetry run pytest ``` +Several packages have been removed from Poetry to make the package lighter. Therefore, it is recommended to install the missing libraries individually to ensure all tests pass. + Make sure that all tests pass before submitting a pull request. ## 🚀 Release Process