Skip to content

Commit

Permalink
Add versioneer to conda environment
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Nov 27, 2023
1 parent 09dae10 commit dfbca75
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .ci_support/environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ dependencies:
- mpi4py
- tqdm
- pyzmq
- flux-core
- flux-core
- versioneer =0.29
1 change: 1 addition & 0 deletions .ci_support/environment-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ dependencies:
- mpi4py =3.1.5
- tqdm =4.66.1
- pyzmq =25.1.1
- versioneer =0.29
3 changes: 2 additions & 1 deletion .ci_support/environment-old.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ dependencies:
- cloudpickle =2.0.0
- mpi4py =3.1.4
- tqdm =4.44.0
- pyzmq =25.0.0
- pyzmq =25.0.0
- versioneer =0.29
1 change: 1 addition & 0 deletions .ci_support/environment-openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ dependencies:
- mpi4py =3.1.5
- tqdm =4.66.1
- pyzmq =25.1.1
- versioneer =0.29
1 change: 1 addition & 0 deletions .ci_support/environment-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ dependencies:
- mpi4py =3.1.5
- tqdm =4.66.1
- pyzmq =25.1.1
- versioneer =0.29

0 comments on commit dfbca75

Please sign in to comment.