Hazon
Hazon
Because He means edit `keras_text/models/__init__.py` look for that ;)
Hey @eldyvoon , makes sense the confusion. Installing with pip installs the python library so you can use it in your python code. But playwright install installs the CLI tool...
Makes sense. I have extended the PR to include the removal of all hatch dependencies I found, and the docs up to date. Building and running here. What do you...
@MagMueller , imo you do not need hatch nor setuptools as dependencies. Not in runtime, and not in dev. With `python -m build` you will use hatchling (the minimal build...
After building, you can unzip the wheel package and check the .js is inside the package. 
I think there might be an issue with the build workflows, in which you need the local dist/file to not exist, I have been using `rm -rf dist` in my...
✅ Just tested with a fresh .venv and dist and worked well. I wonder if you have dev scripts or runbooks to ensure all cache is deleted before new builds....
In my case it was the rate limit too. Already logging it properly