Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/docker/requirements-ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ scikit-image
#Pinned versions: 0.20.3
#test that import:

scipy==1.6.3
scipy==1.11.1
# Pin SciPy because of failing distribution tests (see #60347)
#Description: scientific python
#Pinned versions: 1.6.3
Expand Down
2 changes: 1 addition & 1 deletion docs/cpp/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sphinx==3.1.2
Jinja2==3.0.*
Jinja2==3.1.*
breathe==4.25.0
exhale==0.2.3
docutils==0.16
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sphinx==3.5.4
Jinja2==3.0.*
Jinja2==3.1.*
docutils==0.16
-e git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
sphinxcontrib.katex
Expand Down