Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

remove unused dependencies and pins #1490

Merged
merged 1 commit into from
Jul 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions .github/workflows/test_data/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,10 @@ install_requires =
opentelemetry-exporter-jaeger
ophyd
semver
# For databroker
humanize
pandas
xarray
doct
databroker
dls-dodal @ git+https://github.com/DiamondLightSource/dodal.git@0aabdb389f65a30e629cec60a36c3b5298b7647f
pydantic<2.0 # See https://github.com/DiamondLightSource/hyperion/issues/774
scipy
pyzmq<25 # See https://github.com/DiamondLightSource/hyperion/issues/1103
pyzmq

[options.entry_points]
console_scripts =
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/test_data/setup.cfg.pinned
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,10 @@ install_requires =
opentelemetry-exporter-jaeger == 1.21.0
ophyd == 1.9.0
semver == 3.0.2
# For databroker
humanize == 4.9.0
pandas == 2.2.0
xarray == 2024.1.1
doct == 1.1.0
databroker == 1.2.5
dls-dodal == 1.13.1
pydantic == 1.10.14 # See https://github.com/DiamondLightSource/hyperion/issues/774
scipy == 1.12.0
pyzmq == 25.1.2 # See https://github.com/DiamondLightSource/hyperion/issues/1103
pyzmq

[options.entry_points]
console_scripts =
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/test_data/setup.cfg.unpinned
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,10 @@ install_requires =
opentelemetry-exporter-jaeger
ophyd
semver
# For databroker
humanize
pandas
xarray
doct
databroker
dls-dodal
pydantic<2.0 # See https://github.com/DiamondLightSource/hyperion/issues/774
scipy
pyzmq<25 # See https://github.com/DiamondLightSource/hyperion/issues/1103
pyzmq

[options.entry_points]
console_scripts =
Expand Down
8 changes: 1 addition & 7 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,7 @@ install_requires =
opentelemetry-distro
opentelemetry-exporter-jaeger
semver
# For databroker
humanize
pandas
xarray
doct
databroker
pydantic<2.0 # See https://github.com/DiamondLightSource/hyperion/issues/774
pydantic
scipy
pyzmq
scanspec
Expand Down
Loading