File tree Expand file tree Collapse file tree 4 files changed +8
-145
lines changed
Expand file tree Collapse file tree 4 files changed +8
-145
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments