From 63174b7458851fa8c36545cabc78ffdb00680f11 Mon Sep 17 00:00:00 2001 From: Murray Groves Date: Thu, 29 Feb 2024 19:10:28 +0000 Subject: [PATCH] Fix incorrect syntax in requirements.txt --- backend/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 2f55ee2a4..abeda922f 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,7 +1,7 @@ Flask==2.3.3 Flask-Cors==4.0.0 Flask-SocketIO==5.3.6 -osmnx=1.9.1 +osmnx==1.9.1 networkx==3.2.1 -numpy=1.26.4 +numpy==1.26.4 scipy==1.12.0 \ No newline at end of file