File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -152,11 +152,28 @@ release = [
152152 " uv" ,
153153 " keyring" ,
154154]
155+ # note that scispacy currently only works on <= 3.12
156+ # because of its transitive dependencies. It also has
157+ # a hard cutoff on scipy because it relied on (private/unstable?)
158+ # functionality that no longer exists in newer versions
159+ scispacy = [
160+ # "scispacy; python_version <= '3.12'",
161+ # "spacy; python_version <= '3.12'",
162+ # "scipy<1.11; python_version <= '3.12'",
163+ ]
164+ pykeen = [
165+ " pykeen" ,
166+ ]
167+ grape = [
168+ " grape" ,
169+ " embiggen" ,
170+ " ensmallen" ,
171+ ]
155172
156173# see https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#dependencies-optional-dependencies
157174[project .optional-dependencies ]
158175gilda = [
159- " ssslm[gilda]" ,
176+ " ssslm[gilda-slim ]" ,
160177]
161178gilda-slim = [
162179 " ssslm[gilda-slim]" ,
@@ -172,23 +189,7 @@ drugcentral =[
172189pid = [
173190 " protmapper" ,
174191]
175- # note that scispacy currently only works on <= 3.12
176- # because of its transitive dependencies. It also has
177- # a hard cutoff on scipy because it relied on (private/unstable?)
178- # functionality that no longer exists in newer versions
179- scispacy = [
180- " scispacy; python_version <= '3.12'" ,
181- " spacy; python_version <= '3.12'" ,
182- " scipy<1.11; python_version <= '3.12'" ,
183- ]
184- pykeen = [
185- " pykeen" ,
186- ]
187- grape = [
188- " grape" ,
189- " embiggen" ,
190- " ensmallen" ,
191- ]
192+
192193
193194# See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#urls
194195# and also https://packaging.python.org/en/latest/specifications/well-known-project-urls/
You can’t perform that action at this time.
0 commit comments