Skip to content

Commit

Permalink
Adjust dev requirements in current setup to updated pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Bronzila committed Jul 30, 2023
1 parent ceb6002 commit f8130b3
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,10 @@ def read_file(filepath: str) -> str:
"pytest-xdist",
"pytest-timeout",
# Docs
"automl_sphinx_theme",
"mkdocs-material",
"mkdocstrings",
# Others
"isort",
"black",
"pydocstyle",
"flake8",
"ruff",
"pre-commit",
]
}
Expand All @@ -79,6 +77,7 @@ def read_file(filepath: str) -> str:
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Natural Language :: English",
"Intended Audience :: Developers",
"Intended Audience :: Education",
Expand Down

0 comments on commit f8130b3

Please sign in to comment.