Skip to content

Commit

Permalink
PKG dependencies/requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Apr 14, 2024
1 parent af11141 commit 74ffddc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
6 changes: 4 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ dependencies:
- python >=3.8, <=3.11
- area-detector-handlers
- bluesky >=1.6.7, !=1.11.0
- databroker =1.2.5
- bluesky-live
- databroker =1.2
- databroker-pack
- entrypoints
- h5py
- intake
- intake <=1
- matplotlib-base
- mongoquery >=1.3.6
- openpyxl
Expand Down
9 changes: 6 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,16 @@ classifiers = [
dependencies = [
"area-detector-handlers",
"bluesky>=1.6.2,!=1.11.0",
"databroker==1.2.5",
"bluesky-live",
"databroker==1.2",
"databroker-pack",
"entrypoints",
"h5py",
"matplotlib",
"intake<=1",
"matplotlib-base",
"mongoquery>=1.3.6",
"numpy",
"ophyd>=1.5.1",
"ophyd>=1.6.1",
"openpyxl",
"pint",
"psutil",
Expand Down

0 comments on commit 74ffddc

Please sign in to comment.