From 3f9b45d8dcc72f0bfc09dc6adbc7ec10b773eeab Mon Sep 17 00:00:00 2001 From: kek20009 Date: Thu, 31 Oct 2024 15:40:51 -0400 Subject: [PATCH] redid the requirements & yaml --- .github/workflows/ms5.yaml | 2 +- Backend/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ms5.yaml b/.github/workflows/ms5.yaml index bddaab9..326c0ec 100644 --- a/.github/workflows/ms5.yaml +++ b/.github/workflows/ms5.yaml @@ -9,7 +9,7 @@ jobs: runs-on: self-hosted # or ubuntu-latest strategy: matrix: - python-version: ["3.9"] + python-version: ["3.10"] steps: #Checkout code diff --git a/Backend/requirements.txt b/Backend/requirements.txt index c7366ab..f0b9a8a 100644 --- a/Backend/requirements.txt +++ b/Backend/requirements.txt @@ -3,5 +3,5 @@ requests==2.26.0 pandas==1.3.4 pytest==7.2.1 flask_cors==3.0.10 -Werkzeug==2.1.3 +#Werkzeug==2.1.3