Skip to content

Commit

Permalink
updated repo
Browse files Browse the repository at this point in the history
  • Loading branch information
sivakumar-mahalingam committed Apr 8, 2024
1 parent 5ca3bff commit 9f0ab48
Showing 1 changed file with 39 additions and 41 deletions.
80 changes: 39 additions & 41 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
long_description=long_description,
long_description_content_type='text/markdown',
url='https://github.com/sivakumar-mahalingam/fastmrz',
# packages=['fastmrz','fastmrz.model'],
packages=find_packages(),
include_package_data=True,
classifiers=[
Expand All @@ -35,45 +34,44 @@
"Topic :: Software Development"
],
install_requires=[
"absl-py==2.1.0",
"astunparse==1.6.3",
"certifi==2024.2.2",
"charset-normalizer==3.3.2",
"flatbuffers==24.3.25",
"gast==0.5.4",
"google-pasta==0.2.0",
"grpcio==1.62.1",
"h5py==3.10.0",
"idna==3.6",
"keras==3.1.1",
"libclang==18.1.1",
"Markdown==3.6",
"markdown-it-py==3.0.0",
"MarkupSafe==2.1.5",
"mdurl==0.1.2",
"ml-dtypes==0.3.2",
"namex==0.0.7",
"numpy==1.26.4",
"opencv-python==4.9.0.80",
"opt-einsum==3.3.0",
"optree==0.11.0",
"packaging==24.0",
"pillow==10.2.0",
"protobuf==4.25.3",
"Pygments==2.17.2",
"pytesseract==0.3.10",
"requests==2.31.0",
"rich==13.7.1",
"six==1.16.0",
"tensorboard==2.16.2",
"tensorboard-data-server==0.7.2",
"tensorflow==2.16.1",
"tensorflow-intel==2.16.1",
"tensorflow-io-gcs-filesystem==0.31.0",
"termcolor==2.4.0",
"typing_extensions==4.10.0",
"urllib3==2.2.1",
"Werkzeug==3.0.1",
"wrapt==1.16.0"
"absl-py>=2.1.0",
"astunparse>=1.6.3",
"certifi>=2024.2.2",
"charset-normalizer>=3.3.2",
"flatbuffers>=24.3.25",
"gast>=0.5.4",
"google-pasta>=0.2.0",
"grpcio>=1.62.1",
"h5py>=3.10.0",
"idna>=3.6",
"keras>=3.1.1",
"libclang>=18.1.1",
"Markdown>=3.6",
"markdown-it-py>=3.0.0",
"MarkupSafe>=2.1.5",
"mdurl>=0.1.2",
"ml-dtypes>=0.3.2",
"namex>=0.0.7",
"numpy>=1.26.4",
"opencv-python>=4.9.0.80",
"opt-einsum>=3.3.0",
"optree>=0.11.0",
"packaging>=24.0",
"pillow>=10.2.0",
"protobuf>=4.25.3",
"Pygments>=2.17.2",
"pytesseract>=0.3.10",
"requests>=2.31.0",
"rich>=13.7.1",
"six>=1.16.0",
"tensorboard>=2.16.2",
"tensorboard-data-server>=0.7.2",
"tensorflow>=2.16.1",
"tensorflow-io-gcs-filesystem>=0.31.0",
"termcolor>=2.4.0",
"typing_extensions>=4.10.0",
"urllib3>=2.2.1",
"Werkzeug>=3.0.1",
"wrapt>=1.16.0"
],
)

0 comments on commit 9f0ab48

Please sign in to comment.