Skip to content

Commit

Permalink
consolidate
Browse files Browse the repository at this point in the history
  • Loading branch information
simbilod committed Nov 23, 2024
1 parent 8a1bd92 commit dc85827
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ classifiers = [
"Programming Language :: Python :: 3.12",
"Operating System :: OS Independent",
]
version="1.3.6"
version="1.3.7"
authors = [
{name = "Simon Bilodeau", email = "[email protected]"},
]
Expand All @@ -28,28 +28,22 @@ readme = "README.md"
requires-python = ">=3.11"

[project.optional-dependencies]
tests = ["pytest", "pytest-cov"]
dev = [
"pre-commit",
"pytest",
"pytest-cov",
"pytest_regressions",
]
full = [
"matplotlib",
"scikit-fem",
]
docs = [
"jupytext",
"autodoc_pydantic",
"jupytext",
"jupyter-book==1.0.0",
"sphinx-autodoc-typehints",
"sphinx-click",
]
full = [
"matplotlib",
"scikit-fem",
"meshio"
]
]


[tool.setuptools.packages]
Expand Down

0 comments on commit dc85827

Please sign in to comment.