StanfordVL/BEHAVIOR-1K
View on GitHubUnify installation to a single `pip install` call with all arguments, make dependencies consistent
Open
#2,047 opened on Mar 27, 2026
good first issue
Repository metrics
- Stars
- (1,604 stars)
- PR merge metrics
- (PR metrics pending)
Description
Currently one installed thing removes the other's version choices, they complain about conflicting dependencies etc. it's a mess. We should fix this. Concatenate arguments into a single pip install call and just run it once.