Skip to content

Commit f2689de

Browse files
authored
Use commons 2.1.0 from PyPI
1 parent e70b1f0 commit f2689de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ PyYAML==5.4.1
1212
# Use the published package from PyPI as default
1313
# Use the branch name of commons from github for testing new changes made in commons from different branch
1414
# Default is main branch specified in docker-compose.development.yml if not set
15-
git+https://github.com/hubmapconsortium/commons.git@${COMMONS_BRANCH}#egg=hubmap-commons
16-
#hubmap-commons==2.0.15
15+
# git+https://github.com/hubmapconsortium/commons.git@${COMMONS_BRANCH}#egg=hubmap-commons
16+
hubmap-commons==2.1.0
1717

1818
# For unit test
1919
nose2==0.10.0

0 commit comments

Comments
 (0)