Skip to content

Commit b1b7a3d

Browse files
committed
update pandas version and python version
1 parent bc1cd84 commit b1b7a3d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/run_pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: true
1313
matrix:
14-
python-version: ["3.8", "3.9", "3.10"]
14+
python-version: ["3.9", "3.10", "3.11"]
1515
steps:
1616
- name: Set Swap Space
1717
uses: pierotofy/set-swap-space@master

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ joblib>=1.3.0
33
# h3pandas>=0.2.3
44
matplotlib>=3.7.1
55
numpy>=1.24.3, <2
6-
pandas>=1.5.3
6+
pandas>=2.2.0
77
plotly>=5.9.0
88
scikit_learn>=1.2.2, <1.6
99
# watermark>=2.3.1

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
long_description=long_description,
2929
packages=find_packages(),
3030
package_dir={"stemflow": "stemflow"},
31-
python_requires=">=3.8.0",
31+
python_requires=">=3.9.0",
3232
install_requires=requirements,
3333
platforms="any",
3434
keywords=[
@@ -45,10 +45,10 @@
4545
classifiers=[
4646
"Development Status :: 5 - Production/Stable",
4747
"Programming Language :: Python :: 3",
48-
"Programming Language :: Python :: 3.8",
4948
"Programming Language :: Python :: 3.9",
5049
"Programming Language :: Python :: 3.10",
5150
"Programming Language :: Python :: 3.11",
51+
"Programming Language :: Python :: 3.12",
5252
"Operating System :: Unix",
5353
"Operating System :: MacOS :: MacOS X",
5454
"Operating System :: Microsoft :: Windows",

0 commit comments

Comments
 (0)