Skip to content

Commit 220141f

Browse files
authored
require pandas >=2.2 (#452)
* fix #413 * require pandas >=2.2 * Update CHANGES * Update test_env.yaml * Update environment.yml
1 parent 9c44d0a commit 220141f

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGES

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ The rules for this file:
1212
* accompany each entry with github issue/PR number (Issue #xyz)
1313
* release numbers follow "Semantic Versioning" https://semver.org
1414

15+
1516
??/??/2026 jaclark5, jhenin, xiki-tempula
1617

1718
* 2.6.0
@@ -20,6 +21,7 @@ Fixes
2021
- Fix pandas warning (Issue #428, PR #429)
2122

2223
Enhancements
24+
- Update pandas>=2.2 (Issue #413, PR #452)
2325
- Add flag to ignore NAMD's equilibration in NAMD parser
2426
- Accept NAMD data with 0 equilibration steps
2527
- Add support for LAMMPS FEP files (Issue #349, PR #348)

devtools/conda-envs/test_env.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
dependencies:
55
- python
66
- numpy!=2.3.0,!=2.3.1,!=2.3.2
7-
- pandas>=2.1
7+
- pandas>=2.2
88
- pymbar>=4
99
- scipy
1010
- scikit-learn

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
dependencies:
55
- python
66
- numpy
7-
- pandas>=2.1
7+
- pandas>=2.2
88
- pymbar>=4
99
- scipy
1010
- scikit-learn

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ requires-python = ">=3.11"
4343

4444
dependencies = [
4545
"numpy!=2.3.0,!=2.3.1,!=2.3.2",
46-
"pandas>=2.1",
46+
"pandas>=2.2",
4747
"pymbar>=4",
4848
"scipy",
4949
"scikit-learn",

0 commit comments

Comments
 (0)