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:
@@ -53,6 +53,7 @@ buildPythonPackage rec {
|
||||
"google-generativeai"
|
||||
"psutil"
|
||||
"pynput"
|
||||
"tiktoken"
|
||||
"yaspin"
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user