Skip to content

Commit

Permalink
Merge pull request #17 from MeqdadDev/dev-1.2
Browse files Browse the repository at this point in the history
update the new package version and add a compatible numpy version
  • Loading branch information
MeqdadDev authored Nov 18, 2024
2 parents 6af60d8 + e6583ba commit 806d3a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="teachable_machine_lite",
version="1.2.0.1",
version="1.2.0.2",
description="A lightweight Python package optimized for integrating exported models from Google's Teachable Machine Platform into robotics and embedded systems environments. This streamlined version of Teachable Machine Package is specifically designed for resource-constrained devices, making it easier to deploy and use your trained models in embedded applications.",
py_modules=["teachable_machine_lite"],
package_dir={"": "src"},
Expand All @@ -27,7 +27,7 @@
long_description=long_description,
long_description_content_type="text/markdown",
install_requires=[
"numpy",
"numpy==1.26.4",
"tflite-runtime",
"Pillow"
],
Expand Down

0 comments on commit 806d3a2

Please sign in to comment.