From 19fe9e438766b3b2aa84b33f8b39c39bcafbb5d5 Mon Sep 17 00:00:00 2001 From: Patrick Marlow Date: Mon, 16 Dec 2024 20:47:18 -0600 Subject: [PATCH] fix: update reqs and tester workflow --- .github/workflows/tester.yml | 2 +- requirements.txt | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/tester.yml b/.github/workflows/tester.yml index 06bf8af7..9b1392c1 100644 --- a/.github/workflows/tester.yml +++ b/.github/workflows/tester.yml @@ -21,7 +21,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install pytest pandas tqdm + pip install pytest pandas tqdm IPython pip install -e . pip install -r requirements.txt - name: Running Tests diff --git a/requirements.txt b/requirements.txt index 35307189..685940f2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,10 +11,6 @@ gspread==5.10.0 gspread_dataframe numpy requests -pylint==2.8.3 -pytest==6.0.2 -pytest-cov==2.11.1 -pytest-xdist==2.1.0 pyyaml rouge-score torch