EfficientWord-Net icon indicating copy to clipboard operation
EfficientWord-Net copied to clipboard

Upgrade / Update

Open dlroy88osu opened this issue 8 months ago • 2 comments

No support for Python 12, is that planned?

tflite is no longer maintained for windows / mac, you have to use the full tensorflow.

Note: We no longer release pre-built tflite-runtime wheels for Windows and macOS. For these platforms, 
you should use the [full TensorFlow package](https://www.tensorflow.org/install/), or 
[build the tflite-runtime package from source](https://www.tensorflow.org/lite/guide/build_cmake_pip).

Also the numpy dependency is outdated. (this was trying to build on 3.11.6)

  × Preparing metadata (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [100 lines of output]
      setup.py:66: RuntimeWarning: NumPy 1.20.0 may not yet support Python 3.11.

dlroy88osu avatar Nov 11 '23 11:11 dlroy88osu

Didn't know that python12 got released, will rollout a new release containing a few fixes and this one too. Moreover tflite dependency was present for the older model which is seldome used, now the package primarily focuses on the newer model which run with onnx-runtime

TheSeriousProgrammer avatar Nov 11 '23 12:11 TheSeriousProgrammer

Submitted a pull request for updating dependencies to support Python 3.12. Please review the changes.

kiri-i avatar Mar 22 '24 15:03 kiri-i