From 66dd4d2b4ae84e8e16f87c72630a57a7864c8bc5 Mon Sep 17 00:00:00 2001 From: Ziwen Liu <67518483+ziw-liu@users.noreply.github.com> Date: Tue, 11 Jun 2024 15:22:03 -0700 Subject: [PATCH] bump python --- .github/workflows/pytests.yml | 2 +- README.md | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pytests.yml b/.github/workflows/pytests.yml index deb6faa6..8028c79d 100644 --- a/.github/workflows/pytests.yml +++ b/.github/workflows/pytests.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.8', '3.9', '3.10'] + python-version: ['3.10', '3.11', '3.12'] steps: - name: Checkout repo diff --git a/README.md b/README.md index 5bbb9530..07674395 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Please cite this repository, along with the relevant preprint or paper, if you u (Optional but recommended) install [anaconda](https://www.anaconda.com/products/distribution) and create a virtual environment: ```sh -conda create -y -n waveorder python=3.9 +conda create -y -n waveorder python=3.11 conda activate waveorder ``` diff --git a/pyproject.toml b/pyproject.toml index e833e93d..d308afab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ dependencies = [ "scipy>=1.3.0", "pywavelets>=1.1.1", "ipywidgets>=7.5.1", - "torch>=2.0.0", + "torch>=2.2.1", ] dynamic = ["version"]