Skip to content

Commit

Permalink
Merge branch 'master' into add_mrds_script_part2
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudbore committed Nov 11, 2024
2 parents 4bbd35b + 04b7656 commit c701975
Show file tree
Hide file tree
Showing 65 changed files with 4,964 additions and 778 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
- name: Install Scilpy
run: |
export SETUPTOOLS_USE_DISTUTILS=stdlib
python -m pip install --upgrade pip wheel
python -m pip install --upgrade "setuptools<71.0.0"
python -m pip install -e .
Expand All @@ -63,6 +64,7 @@ jobs:
with:
name: test-coverage-${{ github.run_id }}
retention-days: 1
include-hidden-files: true
path: |
.coverage
.test_reports/
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,7 @@ target/
.vscode/

# Virtualenv
venv/
venv/

# Hidden folder
.hidden/
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
3.10
>=3.9,<3.11
>=3.9,<3.11
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ The library's structure is mostly aligned on that of [DIPY].

The library and scripts can be installed locally by using:
```
export SETUPTOOLS_USE_DISTUTILS=stdlib
pip install -e .
```

Expand Down
Loading

0 comments on commit c701975

Please sign in to comment.