Skip to content

Commit

Permalink
pin numpy only for pva, update sphinx link
Browse files Browse the repository at this point in the history
  • Loading branch information
dperl-dls committed Jul 4, 2024
1 parent e7a9c9a commit 5dc4a8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,15 @@ 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

[options.extras_require]
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 =
Expand Down

0 comments on commit 5dc4a8c

Please sign in to comment.