Skip to content

Commit b38edbc

Browse files
committed
[EN-2047] back to working state
1 parent 269c2ed commit b38edbc

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

.readthedocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ formats: all
1212
python:
1313
version: 3.7
1414
install:
15-
- requirements: docs/requirements.txt
1615
- method: pip
1716
path: .
1817
extra_requirements:

docs/requirements.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ toml = '^0.10.0'
3838
# Refer to: https://github.com/sdispater/poetry/issues/129
3939
# Issue to watch for: https://github.com/python-poetry/poetry/issues/1644
4040
jupyter = { version = '^1.0.0', optional = true }
41+
cython = { version = '^0.29.13', optional = true }
4142

4243
[tool.poetry.dev-dependencies]
4344
cython = '^0.29.13'

0 commit comments

Comments
 (0)