Skip to content

Commit

Permalink
DOC: attempt to fix doc CI job a third time
Browse files Browse the repository at this point in the history
  • Loading branch information
mdhaber committed Dec 28, 2024
1 parent c12afc7 commit eedaf34
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
requires = ["flit_core >=3.2,<4"]
build-backend = "flit_core.buildapi"

[tool.flit.dependencies]
jupyter-book = "^0.12" # Required for building the Jupyter Book
ghp-import = "^2.0" # Required for deployment

[project]
name = "marray"
authors = [{ name = "Matt Haberland", email = "[email protected]" }]
Expand All @@ -18,11 +14,11 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dynamic = ["version", "description"]
dependencies = []
requires-python = ">=3.10"

[project.optional-dependencies]
test = ["numpy", "pytest", "pytest-cov", "array-api-strict"]
docs = ["jupyter-book", "ghp-import"]

[project.urls]
Home = "https://github.com/mdhaber/marray"
Expand Down

0 comments on commit eedaf34

Please sign in to comment.