This pull request updates the setup.py file to use updated dependencies compatible with Python 3.11.
Changes
Updated dependency versions in setup.py to work with Python 3.11.
Reason
The current dependencies specified in setup.py were not compatible with Python 3.11, causing installation and runtime issues. This update resolves those issues and allows the project to run smoothly with the latest Python version.
Please review the changes and merge if appropriate. Thank you!
Description
This pull request updates the
setup.py
file to use updated dependencies compatible with Python 3.11.Changes
setup.py
to work with Python 3.11.Reason
The current dependencies specified in
setup.py
were not compatible with Python 3.11, causing installation and runtime issues. This update resolves those issues and allows the project to run smoothly with the latest Python version.Please review the changes and merge if appropriate. Thank you!