Skip to content

Commit

Permalink
Comment out some pip dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mrakitin committed Oct 30, 2024
1 parent 64916a0 commit 6a30e47
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[all]
- 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[all]
- redis-json-dict
#***************************************************************************#
# #
Expand Down

0 comments on commit 6a30e47

Please sign in to comment.