Skip to content

Commit

Permalink
minor change to requirements.txt and makefile to allow for local end …
Browse files Browse the repository at this point in the history
…always upgrade to latest (#521)
  • Loading branch information
ahangsu committed Sep 1, 2022
1 parent 5231083 commit 632c94e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup-development:
pip install -e .
pip install -r requirements.txt
pip install -r requirements.txt --upgrade

setup-docs:
pip install -r docs/requirements.txt
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ pytest==7.1.1
pytest-cov==3.0.0
pytest-timeout==2.1.0
pytest-xdist==2.5.0
semantic-version==2.10.0
types-setuptools==57.4.18

0 comments on commit 632c94e

Please sign in to comment.