Skip to content

Commit 59b703c

Browse files
authored
Merge pull request #194 from pharmaverse/pandas
Remove pandas and pyarrow from development dependencies
2 parents cbdd819 + cdae856 commit 59b703c

File tree

4 files changed

+8
-145
lines changed

4 files changed

+8
-145
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## rtflite (development version)
44

5+
### Dependencies
6+
7+
- Remove pandas and pyarrow from development dependencies (#194).
8+
59
### Maintenance
610

711
- Add a script to automate sorting dependencies in `pyproject.toml` and

docs/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## rtflite (development version)
44

5+
### Dependencies
6+
7+
- Remove pandas and pyarrow from development dependencies (#194).
8+
59
### Maintenance
610

711
- Add a script to automate sorting dependencies in `pyproject.toml` and

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,6 @@ dev = [
106106
"matplotlib>=3.10.5",
107107
"mkdocstrings-python>=1.12.2",
108108
"mypy>=1.17.1",
109-
"pandas>=2.2.3",
110-
"pyarrow>=21.0.0 ; python_version < '3.14'",
111-
"pyarrow>=22.0.0 ; python_version >= '3.14'",
112109
"pytest>=8.3.3",
113110
"pytest-cov>=6.0.0",
114111
"pytest-r-snapshot>=0.1.0",

0 commit comments

Comments
 (0)