Fix wheel version installation issue

#1
No description provided.

So, where are those them changes?

Hey, sorry. I wasn't able to push the changes yet.

There is a problem with the wheel installation in python versions >= 3.8;

> pip install https://huggingface.co/dchaplinsky/uk_ner_web_trf_13class/resolve/main/uk_ner_web_trf_13class-any-py3-none-any.whl

DEPRECATION: Wheel filename 'uk_ner_web_trf_13class-any-py3-none-any.whl' is not correctly normalised. Future versions of pip will raise the following error:
Invalid wheel filename (invalid version): 'uk_ner_web_trf_13class-any-py3-none-any'

 pip 25.3 will enforce this behaviour change. A possible replacement is to rename the wheel to use a correctly normalised name (this may require updating the version in the project metadata). Discussion can be found at https://github.com/pypa/pip/issues/12938
ERROR: Invalid requirement: 'uk-ner-web-trf-13class==any': Expected end or semicolon (after name and no valid version specifier)
    uk-ner-web-trf-13class==any

The simplest fix will be to fix the version to any reasonable one, I think.

fox-rudie changed pull request status to closed

Sign up or log in to comment