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

Commit

Permalink
remove unused dependencies and pins
Browse files Browse the repository at this point in the history
  • Loading branch information
dperl-dls committed Jul 16, 2024
1 parent b7f06e1 commit a8a36ba
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 27 deletions.
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
6 changes: 0 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ 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
scipy
pyzmq
Expand Down

0 comments on commit a8a36ba

Please sign in to comment.