Skip to content

Commit

Permalink
Update requirements.txt
Browse files Browse the repository at this point in the history
Update packages to newer versions. In testing, the webapp runs fine with the newer packages.
  • Loading branch information
SiobhanPowell authored Nov 12, 2024
1 parent dc9abab commit c0cfab3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# For main code:
pandas == 0.25.1
numpy == 1.21.6 #1.18.1
matplotlib == 3.1.1
sklearn == 0.22.2.post1
pandas == 1.5.2 # 0.25.1
numpy == 3.6.2 #1.18.1
matplotlib == 3.6.2 # 3.1.1
sklearn == 1.2.0 # 0.22.2.post1

# For the web application:
flask == 1.1.1
flask == 3.0.2 #1.1.1
json == 2.0.9

0 comments on commit c0cfab3

Please sign in to comment.