From 26f867093f0570d764601f87badf13c6e238b689 Mon Sep 17 00:00:00 2001 From: Ruben1729 Date: Wed, 14 Feb 2024 16:54:21 -0500 Subject: [PATCH] Updated requirements --- requirements.txt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 90cdfe7..04c221e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,8 @@ cerc-hub -geopandas -shapely -lxml +geopandas~=0.14.2 +shapely~=2.0.2 +lxml~=5.1.0 +pathlib~=1.0.1 +xmltodict~=0.13.0 +networkx~=3.2.1 +matplotlib~=3.8.2