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 |
Beta Was this translation helpful? Give feedback.
-
What I do for complex dependencies is to install them in another virutal environment, and use |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
e.g. generated code contains
import requests
How to install the dependency in evaluator?
Beta Was this translation helpful? Give feedback.
All reactions