Replies: 2 comments
|
just install it in the same virtual env you are running the openevolve. Many of the examples have their own requirements.txt for this purpose e.g. https://github.com/codelion/openevolve/blob/main/examples/function_minimization/requirements.txt |
0 replies
|
What I do for complex dependencies is to install them in another virutal environment, and use |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
e.g. generated code contains
import requestsHow to install the dependency in evaluator?
All reactions