Skip to content

Commit

Permalink
Merge pull request #1361 from pyiron/dependabot/pip/pandas-2.2.1
Browse files Browse the repository at this point in the history
Bump pandas from 2.2.0 to 2.2.1
  • Loading branch information
jan-janssen authored Mar 1, 2024
2 parents c1213d1 + 5b5516a commit a6afb28
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions .ci_support/environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ dependencies:
- numpy
- cloudpickle =3.0.0
- gitpython =3.1.42
- h5io_browser =0.0.9
- h5io_browser =0.0.10
- h5py =3.10.0
- jinja2 =3.1.3
- monty =2024.2.2
- numpy =1.26.4
- pandas =2.2.0
- pandas =2.2.1
- pint =0.23
- psutil =5.9.8
- pyfileindex =0.0.22
- pympipool =0.7.15
- pysqa =0.1.16
- pyfileindex =0.0.23
- pympipool =0.7.17
- pysqa =0.1.17
- pytables =3.9.2
- sqlalchemy =2.0.27
- tqdm =4.66.2
Expand Down
10 changes: 5 additions & 5 deletions .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ dependencies:
- conda_subprocess =0.0.1
- cloudpickle =3.0.0
- gitpython =3.1.42
- h5io_browser =0.0.9
- h5io_browser =0.0.10
- h5py =3.10.0
- jinja2 =3.1.3
- monty =2024.2.2
- numpy =1.26.4
- pandas =2.2.0
- pandas =2.2.1
- pint =0.23
- psutil =5.9.8
- pyfileindex =0.0.22
- pympipool =0.7.15
- pysqa =0.1.16
- pyfileindex =0.0.23
- pympipool =0.7.17
- pysqa =0.1.17
- pytables =3.9.2
- sqlalchemy =2.0.27
- tqdm =4.66.2
Expand Down
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@ classifiers = [
dependencies = [
"cloudpickle==3.0.0",
"gitpython==3.1.42",
"h5io_browser==0.0.9",
"h5io_browser==0.0.10",
"h5py==3.10.0",
"jinja2==3.1.3",
"numpy==1.26.4",
"monty==2024.2.2",
"pandas==2.2.0",
"pandas==2.2.1",
"pint==0.23",
"psutil==5.9.8",
"pyfileindex==0.0.22",
"pympipool==0.7.15",
"pysqa==0.1.16",
"pyfileindex==0.0.23",
"pympipool==0.7.17",
"pysqa==0.1.17",
"sqlalchemy==2.0.27",
"tables==3.9.2",
"tqdm==4.66.2",
Expand Down

0 comments on commit a6afb28

Please sign in to comment.