Skip to content

Commit 72e030d

Browse files
authored
Merge pull request #10 from pymc-devs/ins
relax requierements
2 parents 0f028c7 + 5469183 commit 72e030d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/publish-to-test-pypi.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
name: Build and publish Python distributions to PyPI and TestPyPI
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v1
14-
- name: Set up Python
15-
uses: actions/setup-python@v1
13+
- uses: actions/checkout@master
14+
- name: Set up Python 3.10
15+
uses: actions/setup-python@v3
1616
with:
17-
python-version: "3.9"
17+
python-version: "3.10"
1818

1919
- name: Install pypa/build
2020
run: >-

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pymc>=4.1.7
2-
arviz>=0.12.1
3-
numba>=0.55.1
1+
pymc>=4.0.1
2+
arviz
3+
numba

0 commit comments

Comments
 (0)