diff --git a/docs/conf.py b/docs/conf.py index 5df84c2d4..9ffcb5f39 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -104,7 +104,7 @@ # Example configuration for intersphinx: refer to the Python standard library. intersphinx_mapping = { "python": ("https://docs.python.org/3", None), - "bluesky": ("https://blueskyproject.io/bluesky/", None), + "bluesky": ("https://blueskyproject.io/bluesky/main/", None), "numpy": ("https://numpy.org/devdocs/", None), "databroker": ("https://blueskyproject.io/databroker/", None), "event-model": ("https://blueskyproject.io/event-model/main", None), diff --git a/setup.cfg b/setup.cfg index 02f59d1d6..3b4bf98b1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,7 +20,7 @@ setup_requires = # Specify any package dependencies below. install_requires = networkx>=2.0 - numpy<2.0 # See https://github.com/mdavidsaver/p4p/issues/145 + numpy packaging pint @@ -28,6 +28,7 @@ install_requires = ca = aioca>=1.6 pva = + numpy<2.0 # See https://github.com/mdavidsaver/p4p/issues/145 p4p; python_version < '3.12' # For development tests/docs dev =