From 95ca4a0dc89a09b1861430445e3e38f1ab03863f Mon Sep 17 00:00:00 2001 From: Christian Wibisono Date: Tue, 4 Oct 2022 14:44:18 +0700 Subject: [PATCH] update python --- .github/workflows/run-test.yml | 2 +- requirements.txt | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run-test.yml b/.github/workflows/run-test.yml index 8a9cb4f7..a832bb27 100644 --- a/.github/workflows/run-test.yml +++ b/.github/workflows/run-test.yml @@ -13,7 +13,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: 3.8 + python-version: 3.10 architecture: x64 cache: 'pip' - name: Install dependencies diff --git a/requirements.txt b/requirements.txt index 0a64be8d..c3a41a2a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,5 +21,4 @@ conllu openpyxl translate-toolkit==3.7.3 typing_extensions -scikit-learn==1.1.2 -python==3.10.4 \ No newline at end of file +scikit-learn==1.1.2 \ No newline at end of file