Skip to content

Commit 4f419ff

Browse files
committed
Revert "[EN-1370] cython added to extras as package should be compiled before docs creation"
This reverts commit 86e74b0
1 parent 86e74b0 commit 4f419ff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ pandas = "^0.25.1"
3737
# Refer to: https://github.com/sdispater/poetry/issues/129
3838
# Issue to watch for: https://github.com/python-poetry/poetry/issues/1644
3939
toml = { version = "^0.10.0", optional = true }
40-
cython = { version = "^0.29.13", optional = true }
4140

4241
[tool.poetry.dev-dependencies]
4342
cython = "^0.29.13"
@@ -48,7 +47,7 @@ toml = "^0.10.0"
4847
sphinx_rtd_theme = "^0.4.3"
4948

5049
[tool.poetry.extras]
51-
docs = ["toml", "cython"]
50+
docs = ["toml"]
5251

5352
[tool.taskipy.tasks]
5453
clear = "find dxfeed/core -type f \\( -iname \\*.c -o -iname \\*.cpp -o -iname \\*.pyd -o -iname \\*.so \\) -delete"

0 commit comments

Comments
 (0)