Skip to content

Commit

Permalink
Merge pull request #18 from MurrayGroves/dev
Browse files Browse the repository at this point in the history
Fix incorrect syntax in requirements.txt
  • Loading branch information
MurrayGroves authored Feb 29, 2024
2 parents b2724ef + 63174b7 commit b755f57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b755f57

Please sign in to comment.