The dependency on langchain_openai, tiktoken==0.6.0 and langchain>=0.0.206 make it impossible to install bunkatopics along with numpy>=2. Bumping to tiktoken==0.7.0 would solve the issue. I would submit a PR but I don't really see any documentation about how to run tests to make sure that the depedendency upgrade does not break anything.
The dependency on
langchain_openai,tiktoken==0.6.0andlangchain>=0.0.206make it impossible to install bunkatopics along with numpy>=2. Bumping totiktoken==0.7.0would solve the issue. I would submit a PR but I don't really see any documentation about how to run tests to make sure that the depedendency upgrade does not break anything.