Skip to content

Commit

Permalink
Move semantic-version to source distribution requirements (RobotLocom…
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiesnape authored Apr 15, 2021
1 parent 55e2775 commit 625669c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup/mac/binary_distribution/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ notebook
pydot
PyYAML
pyzmq
semantic-version
tornado
u-msgpack-python
2 changes: 2 additions & 0 deletions setup/mac/source_distribution/install_prereqs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ if ! command -v pip3.9 &>/dev/null; then
exit 2
fi

pip3.9 install --upgrade --requirement "${BASH_SOURCE%/*}/requirements.txt"

if [[ "${with_test_only}" -eq 1 ]]; then
pip3.9 install --upgrade --requirement \
"${BASH_SOURCE%/*}/requirements-test-only.txt"
Expand Down
1 change: 1 addition & 0 deletions setup/mac/source_distribution/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
semantic-version

0 comments on commit 625669c

Please sign in to comment.