diff --git a/README.rst b/README.rst index 68b680d..d4ad14c 100644 --- a/README.rst +++ b/README.rst @@ -6,11 +6,11 @@ blop :target: https://github.com/NSLS-II/blop/actions/workflows/testing.yml -.. image:: https://img.shields.io/pypi/v/bloptools.svg - :target: https://pypi.python.org/pypi/bloptools +.. image:: https://img.shields.io/pypi/v/blop.svg + :target: https://pypi.python.org/pypi/blop -.. image:: https://img.shields.io/conda/vn/conda-forge/bloptools.svg - :target: https://anaconda.org/conda-forge/bloptools +.. image:: https://img.shields.io/conda/vn/conda-forge/blop.svg + :target: https://anaconda.org/conda-forge/blop Beamline Optimization Tools diff --git a/pyproject.toml b/pyproject.toml index 0106599..97afece 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["hatchling", "hatch-vcs", "setuptools_scm"] build-backend = "hatchling.build" [project] -name = "bloptools" +name = "blop" description = "Beamline optimization with machine learning" readme = { file = "README.rst", content-type = "text/x-rst" } authors = [ @@ -22,7 +22,7 @@ dependencies = [ "gpytorch", "h5py", "matplotlib", - "numpy<2", + "numpy", "ophyd", "ortools", "scipy",