Skip to content

Commit

Permalink
Upgrades python
Browse files Browse the repository at this point in the history
  • Loading branch information
PTNobel committed Dec 9, 2024
1 parent 3774638 commit 13f8256
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v3
with:
python-version: "3.8"
python-version: "3.12"

- name: Install Twine
run: sudo pip install twine
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v3
with:
python-version: "3.8"
python-version: "3.12"

- name: Install Miniconda
uses: conda-incubator/setup-miniconda@v2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="torch-linops",
version="0.1.5",
version="0.1.6",
packages=["linops"],
license="Apache",
description="A library to define abstract linear operators, and associated algebra and matrix-free algorithms, that works with pyTorch Tensors.",
Expand Down

0 comments on commit 13f8256

Please sign in to comment.