python312Packages.open-interpreter: fix build

add `tiktoken` to `pythonRelaxDeps`

> Checking runtime dependencies for open_interpreter-0.3.6-py3-none-any.whl
> - tiktoken<0.8.0,>=0.7.0 not satisfied by version 0.8.0
This commit is contained in:
Reno Dakota
2024-12-31 22:07:57 +00:00
parent 8d51f7b998
commit 43d9c29291
@@ -53,6 +53,7 @@ buildPythonPackage rec {
"google-generativeai"
"psutil"
"pynput"
"tiktoken"
"yaspin"
];