Skip to content

Commit

Permalink
Update requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
riga committed Aug 7, 2024
1 parent 1d350af commit 33a2e39
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.9"
python: "3.11"

submodules:
include: all
Expand Down
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
luigi~=3.2
typing_extensions~=4.7.0;python_version<"3.8"
luigi~=3.5.1
typing_extensions~=4.12;python_version=="3.8"
typing_extensions~=4.7;python_version<"3.8"
20 changes: 11 additions & 9 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
mypy~=1.8.0;python_version>="3.8"
flake8~=7.0.0;python_version>="3.8"
mypy~=1.11.1;python_version>="3.8"
flake8~=7.1.1;python_version>="3.8"
flake8~=5.0.0;python_version<"3.8"
flake8-commas~=2.1.0
flake8-quotes~=3.3.2
pytest~=7.4.4
pytest-cov~=4.1.0
ipykernel~=6.29.0;python_version>="3.8"
flake8-commas~=2.1.0;python_version<"3.8"
flake8-commas~=4.0.0;python_version>="3.8"
flake8-quotes~=3.4.0
pytest~=7.4.4;python_version<"3.8"
pytest~=8.3.2;python_version>="3.8"
pytest-cov~=4.1.0;python_version<"3.8"
pytest-cov~=5.0.0;python_version>="3.8"
ipykernel~=6.29.5;python_version>="3.8"
ipykernel~=6.16.0;python_version<"3.8"
types-docutils~=0.20.0;python_version>="3.8"
types-docutils~=0.20.0;python_version<"3.8"
types-docutils~=0.20.0
13 changes: 6 additions & 7 deletions requirements_docs.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# documentation packages
sphinx~=6.2.1
sphinx-book-theme~=1.0.1
sphinx-autodoc-typehints~=1.22,<1.23
sphinx-lfs-content~=1.1.3,!=1.1.5
autodocsumm~=0.2.11
myst-parser~=2.0.0
sphinx~=8.0.2
sphinx-autodoc-typehints~=2.2.3
sphinx-book-theme~=1.1.3
sphinx-lfs-content~=1.1.7
autodocsumm~=0.2.13
myst-parser~=4.0.0

0 comments on commit 33a2e39

Please sign in to comment.