@@ -39,6 +39,12 @@ dependencies=[
39
39
" scikit-image" ,
40
40
" scikit-learn" ,
41
41
" seaborn" ,
42
+ " torch" ,
43
+ " torchmetrics" ,
44
+ " torchinfo" ,
45
+ " geomstats @ git+https://github.com/geomstats/geomstats.git" ,
46
+ " torchlens @ git+https://github.com/johnmarktaylor91/torchlens.git" ,
47
+ " netrep @ git+https://github.com/ahwillia/netrep.git"
42
48
]
43
49
44
50
[project .optional-dependencies ]
@@ -65,11 +71,6 @@ test = [
65
71
" pandas-stubs" ,
66
72
" types-requests"
67
73
]
68
- torch = [
69
- " torch" ,
70
- " torchmetrics" ,
71
- " torchinfo"
72
- ]
73
74
74
75
dev = [" neurometry[test, lint]" ]
75
76
all = [" neurometry[doc, dev]" ,]
@@ -149,10 +150,6 @@ exclude = [
149
150
[tool .pip ]
150
151
extra-index-url = " https://pypi.org/simple"
151
152
152
- [[tool .pip .dependencies ]]
153
- name = " black"
154
- version = " *"
155
-
156
153
[[tool .pip .dependencies ]]
157
154
name = " giotto-ph"
158
155
version = " *"
@@ -161,22 +158,10 @@ version = "*"
161
158
name = " hyperopt"
162
159
version = " 0.2.5"
163
160
164
- [[tool .pip .dependencies ]]
165
- name = " isort"
166
- version = " *"
167
-
168
161
[[tool .pip .dependencies ]]
169
162
name = " mat73"
170
163
version = " *"
171
164
172
- [[tool .pip .dependencies ]]
173
- name = " pre-commit"
174
- version = " *"
175
-
176
- [[tool .pip .dependencies ]]
177
- name = " pytest"
178
- version = " *"
179
-
180
165
[[tool .pip .dependencies ]]
181
166
name = " ray[tune]"
182
167
version = " *"
@@ -187,17 +172,4 @@ version = "*"
187
172
188
173
[[tool .pip .dependencies ]]
189
174
name = " mtalg"
190
- version = " *"
191
-
192
- [[tool .pip .dependencies ]]
193
- name = " jupyter-black"
194
- version = " *"
195
-
196
- [tool .pip .dependencies .geomstats ]
197
- git = " https://github.com/geomstats/geomstats.git"
198
-
199
- [tool .pip .dependencies .torchlens ]
200
- git = " https://github.com/johnmarktaylor91/torchlens.git"
201
-
202
- [tool .pip .dependencies .netrep ]
203
- git = " https://github.com/ahwillia/netrep.git"
175
+ version = " *"
0 commit comments