We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e70b1f0 commit f2689deCopy full SHA for f2689de
src/requirements.txt
@@ -12,8 +12,8 @@ PyYAML==5.4.1
12
# Use the published package from PyPI as default
13
# Use the branch name of commons from github for testing new changes made in commons from different branch
14
# 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
+# git+https://github.com/hubmapconsortium/commons.git@${COMMONS_BRANCH}#egg=hubmap-commons
+hubmap-commons==2.1.0
17
18
# For unit test
19
nose2==0.10.0
0 commit comments