The purpose of this pull request is to add the ability to specify dependencies to be installed when the package is installed using pip.
Implementation
Modified the project's documentation to include instructions for specifying dependencies and their version requirements.
Updated the installation instructions within the pyproject.toml file to reflect the changes for installing dependencies along with the package using pip.
Testing
Manual tests were conducted to ensure that the installation process behaves as expected and that the specified dependencies are installed.
Problems Faced
No significant problems were encountered during the implementation of this feature.
Overview
The purpose of this pull request is to add the ability to specify dependencies to be installed when the package is installed using pip.
Implementation
Testing
Problems Faced
Notes
N/A