Skip to content

Commit

Permalink
CI Linting fix (#3377)
Browse files Browse the repository at this point in the history
* fixing the dependencies

* adding the missing package
  • Loading branch information
bcdurak authored Feb 25, 2025
1 parent 777f339 commit 3c470f0
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,13 @@ pytest-rerunfailures = { version = ">=13.0", optional = true }
pytest-split = { version = "^0.8.1", optional = true }

# mkdocs including plugins
mkdocs = { version = "^1.2.3", optional = true }
mkdocs-material = { version = "^8.1.7", optional = true }
mkdocs = { version = ">=1.4.0,<2.0.0", optional = true }
mkdocs-material = { version = ">=9.0.0,<10.0.0", optional = true }
mkdocs-awesome-pages-plugin = { version = "^2.6.1", optional = true }
mkdocstrings = { version = "^0.17.0", optional = true }
mike = { version = "^1.1.2", optional = true }
mkdocstrings = { version = ">=0.20.0,<1.0.0", optional = true }
mkdocstrings-python = { version = ">=1.1.0,<2.0.0", optional = true }
mkdocs-autorefs = { version = ">=0.4.1,<1.0.0", optional = true }
mike = { version = ">=1.1.2,<2.0.0", optional = true }

# mypy type stubs
types-certifi = { version = "^2021.10.8.0", optional = true }
Expand Down Expand Up @@ -255,6 +257,8 @@ dev = [
"mkdocs-material",
"mkdocs-awesome-pages-plugin",
"mkdocstrings",
"mkdocstrings-python",
"mkdocs-autorefs",
"mike",
"maison",
"types-certifi",
Expand Down Expand Up @@ -406,6 +410,7 @@ module = [
"google.*",
"transformers.*", # https://github.com/huggingface/transformers/issues/13390
"datasets.*",
"langchain_community.*",
"IPython.core.*",
]
follow_imports = "skip"
Expand Down Expand Up @@ -481,7 +486,6 @@ module = [
"prodigy.components.*",
"prodigy.components.db.*",
"transformers.*",
"langchain_community.*",
"vllm.*",
"numba.*",
"uvloop.*",
Expand Down

0 comments on commit 3c470f0

Please sign in to comment.