From ca54504ef0f297d2d9f533a69e0dfe487fdf14b3 Mon Sep 17 00:00:00 2001 From: PranitSh <11985324+Pshah2023@users.noreply.github.com> Date: Sun, 1 Oct 2023 02:35:07 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c050ab8..09c2f27 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Welcome to Tune Ease! This project provides intuitive website control and automa - You will need more than 8 gb of RAM for the checkpoint.pth the original researchers provided. 16 gb RAM is recommended. - 4 gb of disk space (option 1), 16 gb or more of disk space (option 2), 6-7 gb of disk space (option 3). - You may not need MuseScore if you are inputting files natively compatible with Music21. But, you will need the checkpoint for generating music with AI. -- You will need Python 3.8 or above. +- You will need Python 3.9 or above. ## Installing From f9ac29719ba140a21dc5700be275c515064d83d5 Mon Sep 17 00:00:00 2001 From: PranitSh <11985324+Pshah2023@users.noreply.github.com> Date: Sun, 1 Oct 2023 02:35:59 -0400 Subject: [PATCH 2/2] Update py.yml --- .github/workflows/py.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/py.yml b/.github/workflows/py.yml index e6c841c..56e21f0 100644 --- a/.github/workflows/py.yml +++ b/.github/workflows/py.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.9", "3.10", "3.11"] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }}