From 88515ee26bbdf8a1ee8ef779a877509a291b8b91 Mon Sep 17 00:00:00 2001 From: yuanzhou Date: Thu, 16 Jan 2025 14:56:47 -0500 Subject: [PATCH] Update requirements.txt to use commons 2.1.19 --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 97794f73..6026e84d 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.18 +hubmap-commons==2.1.19 # For unit test nose2==0.10.0