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 20dc485 commit 1ec0c24Copy full SHA for 1ec0c24
.github/workflows/pytest.yml
@@ -19,7 +19,7 @@ jobs:
19
strategy:
20
matrix:
21
os: [ ubuntu-22.04, macOS-14, windows-2022 ]
22
- python-version: [ "3.10" ]
+ python-version: [ "3.10", "3.11", "3.12" ]
23
24
steps:
25
- name: Checkout
@@ -41,4 +41,4 @@ jobs:
41
run: python -m pip list
42
43
- name: Run tests
44
- run: python -m pytest -n logical
+ run: python -m pytest -n logical
pyproject.toml
@@ -52,10 +52,10 @@ classifiers = [
52
]
53
54
dependencies = [
55
- "numpy==1.24.4",
56
- "pandas==2.0.3",
+ "numpy==1.26.4",
+ "pandas==2.2.3",
57
"matplotlib==3.7.4",
58
- "scipy==1.10.0",
+ "scipy==1.11.4",
59
"baycomp==1.0",
60
"tqdm==4.66.1"
61
0 commit comments