Skip to content

Commit

Permalink
Comment out xpdacq (requires xpdan which does not have `pyxdamera…
Browse files Browse the repository at this point in the history
…ulevenshtein` for py312)

❯ diff envs/env-py311.yml envs/env-py312.yml
1c1
< name: 2024-2.0-py311-tiled
---
> name: 2024-2.0-py312-tiled
10c10
<   - python >=3.11,<3.12
---
>   - python >=3.12,<3.13
13c13
<   - ansiwrap
---
>   # - ansiwrap
121c121
<   - pyfftw
---
>   # - pyfftw
172c172
<   - shadow3 >=23.1.4
---
>   # - shadow3 >=23.1.4
174c174
<   - sirepo-bluesky >=0.6.2
---
>   # - sirepo-bluesky >=0.6.2
192c192
<   - bloptools >=0.6.1
---
>   # - bloptools >=0.6.1
206c206
<   - hklpy  # [linux]
---
>   # - hklpy  # [linux]
211c211
<   - xpdacq ==1.0.0
---
>   # - xpdacq ==1.0.0
222c222
<   - ortools-python
---
>   # - ortools-python
  • Loading branch information
mrakitin committed Apr 30, 2024
1 parent 3422ac5 commit c521ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion envs/env-py312.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ dependencies:
- kkcalc
- ppmac
- pychx >=4.1.2
- xpdacq ==1.0.0
# - xpdacq ==1.0.0
# Debugging tools:
- hunter
- logging_tree
Expand Down

0 comments on commit c521ed5

Please sign in to comment.