Skip to content

Commit

Permalink
Updated torch version and ubuntu support for python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
spirosmaggioros committed Nov 9, 2024
1 parent 459e4ea commit 084f001
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.13"
- name: Set-up miniconda for macos and ubuntu
uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
python-version: 3.12
python-version: 3.13
miniconda-version: "latest"
- name: Create conda env
run: conda create -n NCP python=3.12
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
torch --index-url https://download.pytorch.org/whl/nightly/cpu
torch==2.2.1
DLICV
DLMUSE
nibabel>=5.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
url="https://github.com/CBICA/NiChart_DLMUSE",
python_requires=">=3.9",
install_requires=[
"torch",
"torch<=2.2.1",
"DLICV",
"DLMUSE",
"huggingface_hub",
Expand Down

0 comments on commit 084f001

Please sign in to comment.