From 8035c993d9bacf82ab9cdd89ca497d55b5277acc Mon Sep 17 00:00:00 2001 From: Thomas Dickson Date: Mon, 15 Jul 2024 08:22:31 +0100 Subject: [PATCH] #34 Add versions for key dependencies (#35) --- requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7a0a545..5a544b9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ -numpy -matplotlib -scipy -nlopt -streamlit -tqdm +numpy==1.26.3 +matplotlib==3.8.2 +scipy==1.12.0 +nlopt==2.7.1 +streamlit==1.31.0 +tqdm==4.66.1 black flask isort