Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/NSLS-II/blop into mypy-typing
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashopkins32 committed Feb 7, 2025
2 parents 7bc8336 + c0eb914 commit 4e42b6e
Show file tree
Hide file tree
Showing 2 changed files with 641 additions and 379 deletions.
89 changes: 42 additions & 47 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,28 @@ name = "blop"
description = "Beamline optimization with machine learning"
readme = { file = "README.rst", content-type = "text/x-rst" }
authors = [
{ name = "Brookhaven National Laboratory", email = "[email protected]" }
{ name = "Brookhaven National Laboratory", email = "[email protected]" },
]
maintainers = [
{ name = "Brookhaven National Laboratory", email = "[email protected]" }
{ name = "Brookhaven National Laboratory", email = "[email protected]" },
]
requires-python = ">=3.9"

dependencies = [
"area-detector-handlers",
"bluesky",
"botorch",
"databroker",
"gpytorch",
"h5py",
"matplotlib",
"numpy",
"ophyd",
"ortools",
"scipy",
"tables",
"torch",
"area-detector-handlers",
"bluesky",
"botorch",
"databroker",
"gpytorch",
"h5py",
"matplotlib",
"numpy",
"ophyd",
"ortools",
"scipy",
"tables",
"torch",
"tiled",
]

classifiers = [
Expand All @@ -44,42 +45,36 @@ dynamic = ["version"]

[project.optional-dependencies]

sirepo = [
"sirepo-bluesky"
]
sirepo = ["sirepo-bluesky"]

napari = [
"napari"
]
napari = ["napari"]

gui = [
"nicegui"
]
gui = ["nicegui"]

dev = [
"black",
"pytest-codecov",
"coverage",
"flake8",
"furo",
"isort",
"nbstripout",
"pre-commit",
"pre-commit-hooks",
"pytest",
"sphinx",
"twine",
"ipython",
"jupyter",
"matplotlib",
"nbsphinx",
"numpydoc",
"pandoc",
"sphinx-copybutton",
"sphinx_rtd_theme",
"pandas-stubs",
"types-PyYAML",
"mypy",
"black",
"pytest-codecov",
"coverage",
"flake8",
"furo",
"isort",
"nbstripout",
"pre-commit",
"pre-commit-hooks",
"pytest",
"sphinx",
"twine",
"ipython",
"jupyter",
"matplotlib",
"nbsphinx",
"numpydoc",
"pandoc",
"sphinx-copybutton",
"sphinx_rtd_theme",
"pandas-stubs",
"types-PyYAML",
"mypy",
]


Expand Down
Loading

0 comments on commit 4e42b6e

Please sign in to comment.