Skip to content

Commit c411e16

Browse files
committed
try unpin dependencies
1 parent 956bca4 commit c411e16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ requires-python = ">=3.6"
1111

1212
dependencies = [
1313
"torch>=1.9",
14-
"geotorch==0.3.0",
15-
"mne==1.8.0",
16-
"lightning==2.4.0",
14+
"geotorch>=0.3.0",
15+
"mne>=1.8.0",
16+
"lightning>=2.4.0",
1717
"scikit-learn",
1818
"pandas"
1919
]

0 commit comments

Comments
 (0)