Skip to content

Commit ac0e5a2

Browse files
committed
Update pyproject.toml
1 parent 016770e commit ac0e5a2

1 file changed

Lines changed: 19 additions & 18 deletions

File tree

pyproject.toml

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff 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]
158175
gilda = [
159-
"ssslm[gilda]",
176+
"ssslm[gilda-slim]",
160177
]
161178
gilda-slim = [
162179
"ssslm[gilda-slim]",
@@ -172,23 +189,7 @@ drugcentral =[
172189
pid = [
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/

0 commit comments

Comments
 (0)