Skip to content

Commit

Permalink
Update build dependencies (#4266)
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego committed Aug 5, 2022
1 parent d1e5b10 commit 33f2ae8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
17 changes: 5 additions & 12 deletions py-polars/build.requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,30 +18,23 @@ black==22.6.0
blackdoc==0.3.5
isort~=5.10.1
mypy==0.971
ghp-import==2.1.0
flake8==5.0.2
flake8-bugbear==22.7.1
flake8-comprehensions==3.10.0
flake8-docstrings==1.6.0
flake8-simplify==0.19.3
sphinx==4.2.0
pydata-sphinx-theme==0.6.3
sphinx-panels==0.6.0
ghp-import==2.1.0
sphinx==4.3.2
pydata-sphinx-theme==0.9.0
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
sphinxcontrib-napoleon
sphinxcontrib-napoleon==0.7
commonmark==0.9.1
numpydoc==1.3.1
numpydoc==1.4.0

# Stub files
pandas-stubs==1.2.0.61


# pinned third rate deps
# to be removed later
click==8.0.4

1 change: 0 additions & 1 deletion py-polars/docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"sphinx.ext.coverage",
"sphinx.ext.mathjax",
"sphinx.ext.ifconfig",
"sphinx_panels",
]

# Add any paths that contain templates here, relative to this directory.
Expand Down

0 comments on commit 33f2ae8

Please sign in to comment.