Skip to content

Commit

Permalink
Requirements fix
Browse files Browse the repository at this point in the history
  • Loading branch information
herbiebradley committed Jul 10, 2023
1 parent 258b34d commit b00b680
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ We want to support users with many different compute profiles!
# Install
`pip install openelm`

To use the sodarace environment, you must first `pip install swig`.

Then:

`pip install openelm[sodaracer]`

See the pyproject.toml for further install options.

# Features

### LLM integration with evolutionary algorithms
Expand Down
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,8 @@ triton = [
"tritonclient[all]",
]
notebook = ["ipython"]
sodaracer = ["pygame"]
sodaracer = [
"swig>=4.1.0",
"box2d-py==2.3.8",
"pygame"
]
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ numpy
torch>=1.10
transformers>=4.22.0
tokenizers
swig>=4.1.0
box2d-py==2.3.8
requests
Flask
scikit-learn
Expand Down

0 comments on commit b00b680

Please sign in to comment.