Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
adding lines 23-24 fixes local install issue #250
  • Loading branch information
benjaminpope authored Sep 9, 2023
1 parent c1222d3 commit 532ed3c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.13.2"
description = "Differentiable Optical Models as Parameterised Neural Networks in Jax using Zodiax."
readme = "README.md"
requires-python =">=3.8"
license = {file = "LICENSE"}
license = {file = "LICENSE.md"}
authors = [
{name = "Louis Desdoigts", email = "[email protected]"},
]
Expand All @@ -20,6 +20,9 @@ classifiers=[
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
packages = ["dLux"]

[project.optional-dependencies]
extras = ["matplotlib", "jupyter", "jupyterlab", "tqdm", "chainconsumer", "numpyro", "dLuxToliman", "scikit-learn"]
dev = ["pytest", "black", "ruff", "pre-commit", "mkdocs", "mkdocs-jupyter", "mkdocs-same-dir", "mkdocs-autorefs", "mkdocs-simple-plugin", "mkdocstrings-python", "jupyter_contrib_nbextensions"]
Expand All @@ -35,4 +38,4 @@ ignore-init-module-imports = true

[tool.ruff.isort]
combine-as-imports = true
lines-after-imports = 2
lines-after-imports = 2

0 comments on commit 532ed3c

Please sign in to comment.