From 2c0f20c80e872ee6cbe77b825720eb3bc2216748 Mon Sep 17 00:00:00 2001 From: yuanzhou Date: Tue, 8 Oct 2024 11:34:08 -0400 Subject: [PATCH] Update requirements.txt to use commons 2.1.18 --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index f97d3a0c..ab6603f4 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -18,7 +18,7 @@ PyYAML==5.4.1 # Use the branch name of commons from github for testing new changes made in commons from different branch # Default is main branch specified in docker-compose.development.yml if not set # git+https://github.com/hubmapconsortium/commons.git@${COMMONS_BRANCH}#egg=hubmap-commons -hubmap-commons==2.1.16 +hubmap-commons==2.1.18 # For unit test nose2==0.10.0