Skip to content

Commit b574dc3

Browse files
committed
Update pymc and python dependencies
1 parent 3d15f50 commit b574dc3

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
os: [ubuntu-latest]
21-
python-version: ["3.9"]
21+
python-version: ["3.10"]
2222
test-subset:
2323
- pymc_experimental/tests
2424
fail-fast: false
@@ -82,7 +82,7 @@ jobs:
8282
strategy:
8383
matrix:
8484
os: [windows-latest]
85-
python-version: ["3.11"]
85+
python-version: ["3.12"]
8686
test-subset:
8787
- pymc_experimental/tests
8888
fail-fast: false

.readthedocs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version: 2
55
build:
66
os: ubuntu-20.04
77
tools:
8-
python: "3.9"
8+
python: "3.10"
99

1010
python:
1111
install:

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
pymc>=5.11.0
1+
pymc>=5.13.0
22
scikit-learn

setup.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,9 @@
2929
"Development Status :: 5 - Production/Stable",
3030
"Programming Language :: Python",
3131
"Programming Language :: Python :: 3",
32-
"Programming Language :: Python :: 3.8",
33-
"Programming Language :: Python :: 3.9",
3432
"Programming Language :: Python :: 3.10",
3533
"Programming Language :: Python :: 3.11",
34+
"Programming Language :: Python :: 3.12",
3635
"License :: OSI Approved :: Apache Software License",
3736
"Intended Audience :: Science/Research",
3837
"Topic :: Scientific/Engineering",
@@ -93,7 +92,7 @@ def read_version():
9392
# package_data={'docs': ['*']},
9493
include_package_data=True,
9594
classifiers=classifiers,
96-
python_requires=">=3.8",
95+
python_requires=">=3.10",
9796
install_requires=install_reqs,
9897
extras_require=extras_require,
9998
)

0 commit comments

Comments
 (0)