Skip to content

Commit

Permalink
reset to solve rebase issue
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultdvx committed Oct 16, 2024
1 parent 68a30e1 commit d31f06d
Show file tree
Hide file tree
Showing 5 changed files with 1,632 additions and 1,610 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.9', '3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v4
- uses: snok/install-poetry@v1
Expand Down
2 changes: 1 addition & 1 deletion docs/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ bash /tmp/miniconda-installer.sh
The latest release of ClinicaDL can be installed using `pip` as follows:

```{.sourceCode .bash}
conda create --name clinicadlEnv python=3.8
conda create --name clinicadlEnv python=3.11
conda activate clinicadlEnv
pip install clinicadl
```
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ channels:
- defaults
- conda-forge
dependencies:
- python=3.9
- python=3.11
Loading

0 comments on commit d31f06d

Please sign in to comment.