Skip to content

Commit

Permalink
Merge pull request #1406 from pyiron/pandas
Browse files Browse the repository at this point in the history
Update pandas to 2.2.2
  • Loading branch information
jan-janssen committed Apr 13, 2024
2 parents 25ca798 + a072a95 commit b6c5a77
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 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.43
- h5io_browser =0.0.10
- h5io_browser =0.0.11
- h5py =3.10.0
- jinja2 =3.1.3
- monty =2024.3.31
- numpy =1.26.4
- pandas =2.2.1
- pandas =2.2.2
- pint =0.23
- psutil =5.9.8
- pyfileindex =0.0.23
- pyfileindex =0.0.24
- pympipool =0.7.17
- pysqa =0.1.17
- pysqa =0.1.18
- pytables =3.9.2
- sqlalchemy =2.0.29
- tqdm =4.66.2
Expand Down
8 changes: 4 additions & 4 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.43
- h5io_browser =0.0.10
- h5io_browser =0.0.11
- h5py =3.10.0
- jinja2 =3.1.3
- monty =2024.3.31
- numpy =1.26.4
- pandas =2.2.1
- pandas =2.2.2
- pint =0.23
- psutil =5.9.8
- pyfileindex =0.0.23
- pyfileindex =0.0.24
- pympipool =0.7.17
- pysqa =0.1.17
- pysqa =0.1.18
- pytables =3.9.2
- sqlalchemy =2.0.29
- tqdm =4.66.2
Expand Down
8 changes: 4 additions & 4 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.43",
"h5io_browser==0.0.10",
"h5io_browser==0.0.11",
"h5py==3.10.0",
"jinja2==3.1.3",
"numpy==1.26.4",
"monty==2024.3.31",
"pandas==2.2.1",
"pandas==2.2.2",
"pint==0.23",
"psutil==5.9.8",
"pyfileindex==0.0.23",
"pyfileindex==0.0.24",
"pympipool==0.7.17",
"pysqa==0.1.17",
"pysqa==0.1.18",
"sqlalchemy==2.0.29",
"tables==3.9.2",
"tqdm==4.66.2",
Expand Down

0 comments on commit b6c5a77

Please sign in to comment.