From 6322a67f314afa2c20723022c5192a52e18f64f2 Mon Sep 17 00:00:00 2001 From: George O'Neill <133203284+ggoneiESS@users.noreply.github.com> Date: Thu, 3 Aug 2023 14:59:18 +0200 Subject: [PATCH] Update requirements.txt --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3480f22d0..dae0ebdd7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,7 @@ nexusformat numpy numpy-stl #lightgbm for macOS should instead be installed via (brew/port) install libomp (needed for open3d) +urllib3<2.0 open3d #installs a binary linked to homebrew; make a directory and symlink, e.g. ln -s /opt/local/lib/libomp/libomp.dylib /opt/homebrew/opt/libomp/lib/libomp.dylib pint<=0.21 PySide6<6.4.0 @@ -9,4 +10,4 @@ pytest-qt xmltodict h5py ess-streaming-data-types >= 0.9.5 -attrs \ No newline at end of file +attrs