We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21ddefe commit 5031133Copy full SHA for 5031133
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
18
strategy:
19
matrix:
20
os: [ubuntu, macos]
21
- python-version: ["3.11", "3.12"]
+ python-version: ["3.11", "3.12", "3.13"]
22
steps:
23
- uses: actions/checkout@v4
24
- name: Set up Python ${{ matrix.python-version }}
requirements.txt
@@ -3,7 +3,7 @@ scipy==1.14.1
3
matplotlib==3.9.2
4
pandas==2.2.3
5
patsy==0.5.6
6
-pyarrow==17.0.0
+pyarrow==18.1.0
7
scikit-learn==1.5.2
8
scikit-image==0.24.0
9
sympy==1.13.3
0 commit comments