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 9328d54 commit 42486e9Copy full SHA for 42486e9
.github/workflows/ci.yaml
@@ -1,6 +1,11 @@
1
name: CI
2
3
-on: [pull_request, push, workflow_dispatch]
+on:
4
+ pull_request:
5
+ push:
6
+ branches:
7
+ - master
8
+ workflow_dispatch:
9
10
jobs:
11
test:
@@ -17,10 +22,10 @@ jobs:
17
22
18
23
steps:
19
24
- name: Checkout source
20
- uses: actions/checkout@v2
25
+ uses: actions/checkout@v6
21
26
27
- name: Setup python
- uses: actions/setup-python@v2
28
+ uses: actions/setup-python@v6
29
with:
30
python-version: ${{ matrix.python-version }}
31
reqs/base-requirements.txt
@@ -1,6 +1,6 @@
numpy>=1.14.0
scipy>=1.7.0
-pandas>=2.1
+pandas>=2.1,<3.0
matplotlib>=3.0
autograd>=1.5
autograd-gamma>=0.3
0 commit comments