Skip to content

Commit

Permalink
Merge pull request #86 from maffettone/enh-bs-adaptive
Browse files Browse the repository at this point in the history
Refactor: Make agent default compatible with Bluesky Adaptive
  • Loading branch information
maffettone authored Feb 6, 2025
2 parents fb2b081 + dc97190 commit c0eb914
Show file tree
Hide file tree
Showing 2 changed files with 638 additions and 376 deletions.
83 changes: 39 additions & 44 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,39 +45,33 @@ 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",
"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",
]


Expand Down
Loading

0 comments on commit c0eb914

Please sign in to comment.