Bug description
When installing dependencies in master, seemingly every version of awscli is being installed. See here for illustration.
Steps to reproduce
Run the following:
git clone git@github.com:HumanCompatibleAI/imitation.git
cd imitation/
virtualenv venv
. venv/bin/activate
pip install -e .[dev]
Environment
- Operating system and version: Ubuntu 22.04.1 LTS
- Python version: 3.8.13 and 3.10.5 (tried both)
- Output of
pip freeze --all: pip==22.2.2 setuptools==65.0.2 wheel==0.37.1
Bug description
When installing dependencies in master, seemingly every version of
awscliis being installed. See here for illustration.Steps to reproduce
Run the following:
Environment
pip freeze --all:pip==22.2.2 setuptools==65.0.2 wheel==0.37.1