Skip to content

Commit 1ec0c24

Browse files
authored
[MNT] Update requirements for Python 3.12 (#13)
* Update pyproject.toml * Update pytest.yml * Update pyproject.toml scipy * Update pyproject.toml pandas
1 parent 20dc485 commit 1ec0c24

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/pytest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
os: [ ubuntu-22.04, macOS-14, windows-2022 ]
22-
python-version: [ "3.10" ]
22+
python-version: [ "3.10", "3.11", "3.12" ]
2323

2424
steps:
2525
- name: Checkout
@@ -41,4 +41,4 @@ jobs:
4141
run: python -m pip list
4242

4343
- name: Run tests
44-
run: python -m pytest -n logical
44+
run: python -m pytest -n logical

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ classifiers = [
5252
]
5353

5454
dependencies = [
55-
"numpy==1.24.4",
56-
"pandas==2.0.3",
55+
"numpy==1.26.4",
56+
"pandas==2.2.3",
5757
"matplotlib==3.7.4",
58-
"scipy==1.10.0",
58+
"scipy==1.11.4",
5959
"baycomp==1.0",
6060
"tqdm==4.66.1"
6161
]

0 commit comments

Comments
 (0)