We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 269c2ed commit b38edbcCopy full SHA for b38edbc
.readthedocs.yml
@@ -12,7 +12,6 @@ formats: all
12
python:
13
version: 3.7
14
install:
15
- - requirements: docs/requirements.txt
16
- method: pip
17
path: .
18
extra_requirements:
docs/requirements.txt
pyproject.toml
@@ -38,6 +38,7 @@ toml = '^0.10.0'
38
# Refer to: https://github.com/sdispater/poetry/issues/129
39
# Issue to watch for: https://github.com/python-poetry/poetry/issues/1644
40
jupyter = { version = '^1.0.0', optional = true }
41
+cython = { version = '^0.29.13', optional = true }
42
43
[tool.poetry.dev-dependencies]
44
cython = '^0.29.13'
0 commit comments