nsls2-conda-envs / nsls2-collection-tiled

CI/configs for nsls2-collection-tiled conda environment
BSD 3-Clause "New" or "Revised" License
0 stars 9 forks source link

2023-1.0 envs #10

Closed mrakitin closed 1 year ago

mrakitin commented 1 year ago

Consistent changes with https://github.com/nsls2-conda-envs/nsls2-collection/pull/13.

Diffs:

$ diff configs/config-py39.yml configs/config-py310.yml
2,3c2,3
< env_name: "2023-1.0-py39-tiled"
< conda_env_file: "env-py39.yml"
---
> env_name: "2023-1.0-py310-tiled"
> conda_env_file: "env-py310.yml"
5c5
< python_version: "3.9"
---
> python_version: "3.10"
$ diff envs/env-py39.yml envs/env-py310.yml
1c1
< name: 2023-1.0-py39-tiled
---
> name: 2023-1.0-py310-tiled
10c10
<   - python >=3.9,<3.10
---
>   - python >=3.10,<3.11
$ diff nsls2-collection/envs/env-py39.yml nsls2-collection-tiled/envs/env-py39.yml
1c1
< name: 2023-1.0-py39
---
> name: 2023-1.0-py39-tiled
29,30c29
<   - databroker >=1.2.5,<2.0.0a
<   - databroker-pack
---
>   - databroker >=2.0.0b13=*_0
51d49
<   - intake <=0.6.4
127a126
>   - tiled >=0.1.0a80
$ diff nsls2-collection/envs/env-py310.yml nsls2-collection-tiled/envs/env-py310.yml
1c1
< name: 2023-1.0-py310
---
> name: 2023-1.0-py310-tiled
29,30c29
<   - databroker >=1.2.5,<2.0.0a
<   - databroker-pack
---
>   - databroker >=2.0.0b13=*_0
51d49
<   - intake <=0.6.4
127a126
>   - tiled >=0.1.0a80
mrakitin commented 1 year ago

@jklynch, @tacaswell, could you please review?

mrakitin commented 1 year ago

Need to address https://github.com/nsls2-conda-envs/nsls2-collection/pull/13#issuecomment-1359594696.

mrakitin commented 1 year ago

Ready for review again! I sync'd the changes with the nsls2-collection PR.

maffettone commented 1 year ago

Duplicate of this: https://github.com/nsls2-conda-envs/nsls2-collection/pull/13#issuecomment-1361446122

Very pleased, one thing worth double checking.

mrakitin commented 1 year ago

Thanks for the reviews!

mrakitin commented 1 year ago

Deposited to https://zenodo.org/record/7470912 via https://github.com/nsls2-conda-envs/playground/actions/runs/3753798831/jobs/6377399827.