Skip to content

Commit

Permalink
Merge pull request #1647 from pyiron/updates
Browse files Browse the repository at this point in the history
Update pandas and related dependencies
  • Loading branch information
jan-janssen authored Sep 22, 2024
2 parents d6964ae + 5a21a74 commit 0068ce5
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
8 changes: 4 additions & 4 deletions .ci_support/environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ dependencies:
- conda_subprocess =0.0.5
- cloudpickle =3.0.0
- gitpython =3.1.43
- h5io_browser =0.1.1
- h5io_browser =0.1.2
- h5py =3.11.0
- jinja2 =3.1.4
- monty =2024.7.30
- numpy =2.1.1
- pandas =2.2.2
- pandas =2.2.3
- pint =0.24.3
- psutil =6.0.0
- pyfileindex =0.0.28
- pyfileindex =0.0.29
- pyiron_snippets =0.1.4
- executorlib =0.0.2
- pysqa =0.1.21
- pysqa =0.1.22
- pytables =3.10.1
- sqlalchemy =2.0.35
- tqdm =4.66.5
Expand Down
8 changes: 4 additions & 4 deletions .ci_support/environment-mini.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ channels:
- conda-forge
dependencies:
- cloudpickle =3.0.0
- h5io_browser =0.1.1
- h5io_browser =0.1.2
- h5py =3.11.0
- monty =2024.7.30
- numpy =2.1.1
- pandas =2.2.2
- pandas =2.2.3
- psutil =6.0.0
- pyfileindex =0.0.28
- pyfileindex =0.0.29
- pyiron_snippets =0.1.3
- executorlib =0.0.2
- pysqa =0.1.21
- pysqa =0.1.22
- pytables =3.10.1
- sqlalchemy =2.0.35
- tqdm =4.66.5
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,18 +7,18 @@ dependencies:
- conda_subprocess =0.0.5
- cloudpickle =3.0.0
- gitpython =3.1.43
- h5io_browser =0.1.1
- h5io_browser =0.1.2
- h5py =3.11.0
- jinja2 =3.1.4
- monty =2024.7.30
- numpy =2.1.1
- pandas =2.2.2
- pandas =2.2.3
- pint =0.24.3
- psutil =6.0.0
- pyfileindex =0.0.28
- pyfileindex =0.0.29
- pyiron_snippets =0.1.4
- executorlib =0.0.2
- pysqa =0.1.21
- pysqa =0.1.22
- pytables =3.10.1
- sqlalchemy =2.0.35
- tqdm =4.66.5
Expand Down
8 changes: 4 additions & 4 deletions binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ dependencies:
- conda_subprocess =0.0.5
- cloudpickle =3.0.0
- gitpython =3.1.43
- h5io_browser =0.1.1
- h5io_browser =0.1.2
- h5py =3.11.0
- jinja2 =3.1.4
- monty =2024.7.30
- numpy =2.1.1
- pandas =2.2.2
- pandas =2.2.3
- pint =0.24.3
- psutil =6.0.0
- pyfileindex =0.0.28
- pyfileindex =0.0.29
- pyiron_snippets =0.1.4
- executorlib =0.0.2
- pysqa =0.1.21
- pysqa =0.1.22
- pytables =3.10.1
- sqlalchemy =2.0.35
- tqdm =4.66.5
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ classifiers = [
dependencies = [
"cloudpickle==3.0.0",
"executorlib==0.0.2",
"h5io_browser==0.1.1",
"h5io_browser==0.1.2",
"h5py==3.11.0",
"numpy==2.1.1",
"monty==2024.7.30",
"pandas==2.2.2",
"pandas==2.2.3",
"psutil==6.0.0",
"pyfileindex==0.0.28",
"pyfileindex==0.0.29",
"pyiron_snippets==0.1.4",
"pysqa==0.1.21",
"pysqa==0.1.22",
"sqlalchemy==2.0.35",
"tables==3.10.1",
"tqdm==4.66.5",
Expand Down

0 comments on commit 0068ce5

Please sign in to comment.