Skip to content

Commit

Permalink
Merge pull request #754 from ZLLentz/recipe-cleanup
Browse files Browse the repository at this point in the history
BLD: Clean up recipe
  • Loading branch information
ZLLentz authored Feb 10, 2021
2 parents fcba9b9 + 8f035a1 commit f5dde12
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 9 deletions.
18 changes: 9 additions & 9 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@ requirements:
- setuptools
run:
- python >=3.6
- ophyd >=1.5.1
- bluesky >=1.6.4
- happi
- matplotlib-base
- numpy
- ophyd >=1.5.1
- pcdscalc >=0.2.0
- pcdsutils >=0.4.0
- pint
- prettytable
- pyepics >=3.4.2
- pytmc >=2.7.0
- pyyaml
- pint
- scipy
- matplotlib <3
- periodictable
- happi
- schema
- pcdsutils
- pcdscalc
- prettytable
- scipy

test:
imports:
Expand Down
30 changes: 30 additions & 0 deletions docs/source/upcoming_release_notes/recipe-cleanup-733.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
recipe-cleanup 733
#################

API Changes
-----------
- N/A

Features
--------
- N/A

Device Updates
--------------
- N/A

New Devices
-----------
- N/A

Bugfixes
--------
- N/A

Maintenance
-----------
- Minor cleanup of the pcds-tag conda recipe

Contributors
------------
- ZLLentz

0 comments on commit f5dde12

Please sign in to comment.