Skip to content

Commit

Permalink
update Pipfile to contain docs requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasDrews97 committed Sep 8, 2024
1 parent 9e0417f commit 38c011a
Show file tree
Hide file tree
Showing 2 changed files with 1,150 additions and 618 deletions.
14 changes: 10 additions & 4 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name = "pypi"
[packages]
networkx = "*"
numpy = "*"
scikit-learn = "*"
scikit-learn = "1.4.2"
scipy = "1.11.4"

[dev-packages]
Expand All @@ -17,13 +17,19 @@ pydocstyle = "6.1.1"
pytest-pydocstyle = "2.3.0"
pytest-cov = "3.0.0"
twine = "*"
sphinx = "4.1.1"
sphinx-rtd-theme = "0.5.2"
sphinx = "5.0.0"
sphinx-rtd-theme = "1.0.0"
readthedocs-sphinx-search = "0.1.2"
sphinx_code_tabs = "0.5.3"
sphinx-gallery = "0.10.1"
matplotlib = "3.9.2"
pandas = "1.4.2"
bert-sklearn = {git = "https://github.com/charles9n/bert-sklearn.git@master", editable = true}
black = {version = "24.3.0", extras = ["colorama"]}
pre-commit = "2.20.0"
pyfakefs = "*"
shap = "0.44.1"
xarray = "*"
xarray = "2023.1.0"

[extras]
ray = "*"
Expand Down
Loading

0 comments on commit 38c011a

Please sign in to comment.