Skip to content

Commit

Permalink
Merge pull request #266 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 committed Feb 12, 2024
2 parents 2ff520b + c36fd37 commit f4263e7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ dependencies:
- jinja2 =3.1.3
- paramiko =3.4.0
- tqdm =4.66.2
- pympipool =0.7.11
- pympipool =0.7.13
- cloudpickle =3.0.0
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ dependencies:
- jinja2 =3.1.3
- paramiko =3.4.0
- tqdm =4.66.2
- pympipool =0.7.11
- pympipool =0.7.13
- cloudpickle =3.0.0
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ Repository = "https://github.com/pyiron/pysqa"
sge = ["defusedxml==0.7.1"]
remote = [
"paramiko==3.4.0",
"tqdm==4.66.1",
"tqdm==4.66.2",
]
executor = [
"pympipool==0.7.11",
"pympipool==0.7.13",
"cloudpickle==3.0.0",
]
twofactor = ["pyauthenticator==0.2.0"]
Expand Down

0 comments on commit f4263e7

Please sign in to comment.