From db9b31a244c97c63bb3e7073bbf780d46416a0dc Mon Sep 17 00:00:00 2001 From: TomDarmon Date: Fri, 3 Nov 2023 10:08:00 +0100 Subject: [PATCH] fix: ci --- .github/workflows/ci.yaml | 2 +- README.md | 2 +- requirements.txt | 3 --- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6052675..10674dc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.8', '3.9', '3.10'] + python-version: ['3.10'] steps: - uses: actions/checkout@v2 diff --git a/README.md b/README.md index 5628a85..276c58b 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ TODO: if not done already, check out the [Skaff documentation](https://artefact.roadie.so/catalog/default/component/repo-builder-ds/docs/) for more information about the generated repository. -This Git repository is dedicated to the development of a Python library aimed at correcting the results of tracking algorithms. The primary goal of this library is to reconcile and reassign lost or misidentified IDs, ensuring a consistent and accurate tracking of objects over time. +This Git repository is dedicated to the development of a Python library aimed at correcting the results of tracking algorithms. The primary goal of this library is to reconcile and reassign lost or misidentified IDs, ensuring a consistent and accurate tracking of objects over time. ## Table of Contents diff --git a/requirements.txt b/requirements.txt index d23458e..e69de29 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +0,0 @@ --e . -pandas==1.5.3 -numpy==1.24.2