Skip to content

Commit 8ba8134

Browse files
author
Robert Reid
committed
Drops python 2 from README
1 parent 4f73d24 commit 8ba8134

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ Licensed under the Apache License, Version 2.0 (see LICENSE and NOTICE).
3939
## Dependencies
4040
All but the first two can be installed with pip(env).
4141
- POSIX? (not yet tested with Windows)
42-
- python 2.7, or python 3.6+
42+
- python 3.6+
4343
- dipy
4444
- Dependencies:
4545
- nibabel
4646
- numpy
4747
- (If installing via pip):
4848
- sudo apt install python-dev (Debian and its derivatives)
4949
- sudo yum install python-devel (Red Hat and its derivatives)
50-
- future (for python 2/3 compatibility)
50+
- future
5151
- scikit-image
5252
- scikit-learn
5353
- if using scikit-learn > 0.23.2 (very likely): onnxruntime

last_commit_message

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
commit e855b0aad000fc75ddb9e71ee62bebd7e58e17be
1+
commit 4f73d24037f13cf611091c9685bba457d9727c5f
22
Author: Robert Reid <reid.robert@mayo.edu>
3-
Date: Thu Mar 27 17:19:58 2025 -0500
3+
Date: Sat Aug 16 17:15:09 2025 -0500
44

5-
Avoid ever sealing all 6 edges of the image when filling holes
5+
Updates numpy and scipy function names for py ~ 3.12 and drops py2

0 commit comments

Comments
 (0)