Skip to content

Commit

Permalink
Revert "Removing versions requirements"
Browse files Browse the repository at this point in the history
This reverts commit 1aa5ec9.
  • Loading branch information
arvindrajan92 committed Mar 26, 2024
1 parent 1aa5ec9 commit 0d5ae91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
packages=find_packages(),
package_data={'': ['*.pt'], 'fastanpr': ['*.pt']},
include_package_data=True,
install_requires=['ultralytics', 'paddlepaddle', 'paddleocr'],
install_requires=['ultralytics>=8.1.34', 'paddlepaddle>=2.6.1', 'paddleocr>=2.7.2'],
python_requires=PYTHON_REQUIRES,
extras_require={
'dev': ['pytest', 'pytest-asyncio', 'twine', 'python-Levenshtein', 'setuptools', 'wheel', 'twine', 'flake8']
Expand Down

0 comments on commit 0d5ae91

Please sign in to comment.