Skip to content

Commit

Permalink
Revert commented out pip packages - exclude performance deps for `pyh…
Browse files Browse the repository at this point in the history
…yperscattering`
  • Loading branch information
mrakitin committed Oct 30, 2024
1 parent 6a30e47 commit 40daf43
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions envs/env-py311.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,11 +193,11 @@ dependencies:
- pip
- pip:
- bluesky >=1.13.0a3
# - digautoprofiler
# - mimesis
- digautoprofiler
- mimesis
- ophyd-async[ca,pva]
# - ortools
# - pyhyperscattering[all]
- ortools
- pyhyperscattering[bluesky,ui]
- redis-json-dict
#***************************************************************************#
# #
Expand Down
8 changes: 4 additions & 4 deletions envs/env-py312.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,11 +195,11 @@ dependencies:
- ansiwrap
- bluesky >=1.13.0a3
- bloptools >=0.7.0
# - digautoprofiler
# - mimesis
- digautoprofiler
- mimesis
- ophyd-async[ca,pva]
# - ortools
# - pyhyperscattering[all]
- ortools
- pyhyperscattering[bluesky,ui]
- redis-json-dict
#***************************************************************************#
# #
Expand Down

0 comments on commit 40daf43

Please sign in to comment.