Skip to content

Commit

Permalink
update the new package version and add a compatible numpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
MeqdadDev committed Nov 18, 2024
1 parent ad2b735 commit e6583ba
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 e6583ba

Please sign in to comment.