Skip to content

Commit

Permalink
Fix docker build
Browse files Browse the repository at this point in the history
the docker build was failing, because botocore needs urllib3 to be in a
certain version range. Pinning urllib3 to that range fixes the issue.
  • Loading branch information
iimog committed Nov 23, 2023
1 parent b61b62e commit 947472f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion REQUIREMENTS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ scipy
showit >= 1.1.4
slicedimage==4.1.1
sympy ~= 1.5.0
urllib3 <1.27, >=1.25.4
tqdm
trackpy
validators
xarray >= 0.14.1
ipywidgets
ipywidgets

0 comments on commit 947472f

Please sign in to comment.