Skip to content

Commit ee57b0a

Browse files
committed
Moved to Pandas@v2 allowing Python3.12 support
1 parent ecd86ed commit ee57b0a

5 files changed

+75
-44
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
# Power Balance Models
1313

14-
[![DOI](https://zenodo.org/badge/450553622.svg)](https://zenodo.org/badge/latestdoi/450553622) [![Power Balance Models Ubuntu](https://github.com/ukaea/powerbalance/actions/workflows/build_run_linux.yml/badge.svg)](https://github.com/ukaea/powerbalance/actions/workflows/build_run_linux.yml) [![codecov](https://codecov.io/gh/ukaea/powerbalance/branch/main/graph/badge.svg?token=F0YNULL1U7)](https://codecov.io/gh/ukaea/powerbalance) [![security: bandit](https://img.shields.io/badge/security-bandit-yellow.svg)](https://github.com/PyCQA/bandit) [![Python Versions](https://img.shields.io/badge/python-3.9%20|%203.10%20|%203.11-blue)]() [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
14+
[![DOI](https://zenodo.org/badge/450553622.svg)](https://zenodo.org/badge/latestdoi/450553622) [![Power Balance Models Ubuntu](https://github.com/ukaea/powerbalance/actions/workflows/build_run_linux.yml/badge.svg)](https://github.com/ukaea/powerbalance/actions/workflows/build_run_linux.yml) [![codecov](https://codecov.io/gh/ukaea/powerbalance/branch/main/graph/badge.svg?token=F0YNULL1U7)](https://codecov.io/gh/ukaea/powerbalance) [![security: bandit](https://img.shields.io/badge/security-bandit-yellow.svg)](https://github.com/PyCQA/bandit) [![Python Versions](https://img.shields.io/badge/python-3.9%20|%203.10%20|%203.11%20|%203.12-blue)]() [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
1515

1616
A power balance model which combines power consumption and power generation data to assess the net power production of different designs for a tokamak power plant.
1717

poetry.lock

+72-41
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ keywords = [
2626

2727
[tool.poetry.dependencies]
2828
python = "^3.9,<3.13"
29-
pandas = "^1.5.3"
3029
matplotlib = "^3.8.2"
3130
prettytable = "^3.9.0"
3231
html2text = "^2020.1.16"
@@ -38,7 +37,8 @@ scipy = "^1.11.4"
3837
click = "^8.1.7"
3938
pydantic = "^2.5.3"
4039
bokeh = "^3.3.2"
41-
pydelica = "^0.4.6"
40+
pydelica = "^0.5.0"
41+
pandas = "^2.1.4"
4242

4343
[tool.poetry.group.dev.dependencies]
4444
flake8 = "^6.1.0"
-33 Bytes
Binary file not shown.
-33 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)