diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 153475f..ef79e0c 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -21,8 +21,8 @@ jobs: strategy: fail-fast: true matrix: - os: [macOS-latest, ubuntu-latest] - python-version: ['3.8', '3.9', '3.10'] + os: [ubuntu-latest] + python-version: ['3.9'] steps: - uses: actions/checkout@v2 diff --git a/setup.py b/setup.py index 3679584..34553fd 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ "numpy", "opt_einsum", "scipy", - "torch<=1.11" + "torch" ], # Which Python importable modules should be included when your package is installed