Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prune down unused dev dependencies #1533

Merged
merged 3 commits into from
Nov 19, 2024
Merged
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
9 changes: 2 additions & 7 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
--index-url https://pypi.python.org/simple/

# Developer extra packages

### docs
alabaster>=0.7.7
# Newer sphinx needed for proper type hint support in docstrings
sphinx>=3.0.0
sphinxcontrib-napoleon>=0.5.0
# sphinx-argparse 0.4.0 is the last version to support Python 3.9
# see https://sphinx-argparse.readthedocs.io/en/latest/changelog.html#id3
sphinx-argparse==0.4.0
sphinx-book-theme<=1.1.2,>=1.0.0
sphinx-copybutton==0.5.2
Expand All @@ -19,15 +18,11 @@ pytest-cov
# @lbianchi-lbl: both pylint and astroid should be tightly pinned; see .pylint/idaes_transform.py for more info
pylint==3.0.3
astroid==3.0.3
flake8
black==24.3.0
# pre-commit install, manage, and run pre-commit hooks
pre-commit

### other/misc
jsonschema
jupyter_contrib_nbextensions
snowballstemmer==1.2.1
addheader>=0.2.2

# this will install IDAES in editable mode using the dependencies defined under the `extras_require` tags defined in `setup.py`
Expand Down
Loading