Skip to content

Commit

Permalink
Merge pull request #261 from pyiron/tqdm
Browse files Browse the repository at this point in the history
Update tqdm to 4.66.2
  • Loading branch information
jan-janssen authored Feb 12, 2024
2 parents aa1e87e + 7fc6407 commit db86159
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ dependencies:
- openmpi
- cloudpickle =3.0.0
- mpi4py =3.1.5
- tqdm =4.66.1
- tqdm =4.66.2
- pyzmq =25.1.2
- flux-core
2 changes: 1 addition & 1 deletion .ci_support/environment-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ dependencies:
- mpich
- cloudpickle =3.0.0
- mpi4py =3.1.5
- tqdm =4.66.1
- tqdm =4.66.2
- pyzmq =25.1.2
2 changes: 1 addition & 1 deletion .ci_support/environment-openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ dependencies:
- openmpi
- cloudpickle =3.0.0
- mpi4py =3.1.5
- tqdm =4.66.1
- tqdm =4.66.2
- pyzmq =25.1.2
2 changes: 1 addition & 1 deletion .ci_support/environment-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ dependencies:
- msmpi
- cloudpickle =3.0.0
- mpi4py =3.1.5
- tqdm =4.66.1
- tqdm =4.66.2
- pyzmq =25.1.2
4 changes: 2 additions & 2 deletions binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ dependencies:
- cloudpickle =3.0.0
- flux-core
- mpi4py =3.1.5
- tqdm =4.66.1
- pyzmq =25.1.1
- tqdm =4.66.2
- pyzmq =25.1.2
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
"cloudpickle==3.0.0",
"mpi4py==3.1.5",
"pyzmq==25.1.2",
"tqdm==4.66.1",
"tqdm==4.66.2",
]
dynamic = ["version"]

Expand Down

0 comments on commit db86159

Please sign in to comment.