We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab38102 commit fc41f84Copy full SHA for fc41f84
CLAUDE.md
@@ -110,7 +110,7 @@ YAML-based configuration with hierarchical structure:
110
111
### Development Notes
112
113
-- Python >=3.9 required
+- Python >=3.10 required
114
- Uses OpenAI-compatible APIs for LLM integration
115
- Tests use unittest framework
116
- Black for code formatting
README.md
@@ -247,7 +247,7 @@ OpenEvolve implements a sophisticated **evolutionary coding pipeline** that goes
247
## 🛠 Installation & Setup
248
249
### Requirements
250
-- **Python**: 3.9+
+- **Python**: 3.10+
251
- **LLM Access**: Any OpenAI-compatible API
252
- **Optional**: Docker for containerized runs
253
0 commit comments