Skip to content

Commit

Permalink
Relax version constraints in make develop
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbowly committed Jun 14, 2024
1 parent b8149f8 commit 9bcf249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
develop:
python -m pip install pip setuptools wheel --upgrade
python -m pip install -e .[examples]
python -m pip install -r docs/requirements.txt
python -m pip install -r docs/requirements-base.txt
python -m pip install sphinx-autobuild pre-commit
pre-commit install

Expand Down

0 comments on commit 9bcf249

Please sign in to comment.