Skip to content

Commit c4ab12b

Browse files
committed
Python version 3.7 seemed too old, add more requirements
1 parent a58f531 commit c4ab12b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/unit_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
os: [ubuntu-latest, macos-latest, windows-latest]
14-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
14+
python-version: ["3.8", "3.9", "3.10", "3.11"]
1515
# exclude:
1616
# - os: macos-latest
1717
# python-version: "3.7"

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ torch
55
logging
66
joblib
77
dipy
8-
matplotlib
8+
matplotlib
9+
scienceplots

0 commit comments

Comments
 (0)