From dc8582782c4fe31e1d4c9192b9060ee87694c653 Mon Sep 17 00:00:00 2001 From: simbilod Date: Sat, 23 Nov 2024 14:26:41 -0800 Subject: [PATCH] consolidate --- pyproject.toml | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index df67184..31c8296 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = "sb30@princeton.edu"}, ] @@ -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]