Skip to content

Commit 2dc3568

Browse files
committed
Revert "reset to solve rebase issue"
This reverts commit d31f06d.
1 parent d372a11 commit 2dc3568

File tree

5 files changed

+1610
-1632
lines changed

5 files changed

+1610
-1632
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
os: [ubuntu-latest, macos-latest]
20-
python-version: ['3.9', '3.10', '3.11', '3.12']
20+
python-version: ['3.8', '3.9', '3.10', '3.11']
2121
steps:
2222
- uses: actions/checkout@v4
2323
- uses: snok/install-poetry@v1

docs/Installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ bash /tmp/miniconda-installer.sh
3030
The latest release of ClinicaDL can be installed using `pip` as follows:
3131

3232
```{.sourceCode .bash}
33-
conda create --name clinicadlEnv python=3.11
33+
conda create --name clinicadlEnv python=3.8
3434
conda activate clinicadlEnv
3535
pip install clinicadl
3636
```

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ channels:
33
- defaults
44
- conda-forge
55
dependencies:
6-
- python=3.11
6+
- python=3.9

0 commit comments

Comments
 (0)