Skip to content

Commit fb98b48

Browse files
Adjustment to requirements
1 parent c5800f7 commit fb98b48

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

pyproject.toml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ requires = ["setuptools>=61.0"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "pymc_extras"
6+
name = "pymc-extras"
77
authors = [
88
{name = "PyMC Developers", email = "[email protected]"},
99
]
10-
description = "A home for new additions to PyMC, which may include unusual probability distributions, advanced model fitting algorithms, or any code that may be inappropriate to include in the pymc repository, but may want to be made available to users."
10+
description = "A home for new additions to PyMC, which may include unusual probability distribitions, advanced model fitting algorithms, or any code that may be inappropriate to include in the pymc repository, but may want to be made available to users."
1111
classifiers = [
1212
"Development Status :: 5 - Production/Stable",
1313
"Programming Language :: Python",
@@ -34,15 +34,20 @@ keywords = [
3434
license = {file = "LICENSE"}
3535
dynamic = ["version"] # specify the version in the __init__.py file
3636
dependencies = [
37-
"pymc>=5.16.1",
37+
"pymc>=5.21.1",
3838
"scikit-learn",
39+
"better-optimize"
3940
]
4041

4142
[project.optional-dependencies]
43+
complete = [
44+
"dask[complete]<2025.1.1",
45+
"xhistogram",
46+
]
4247
dev = [
4348
"pytest>=6.0",
44-
"dask[all]",
45-
"blackjax>1.0.0",
49+
"dask[all]<2025.1.1",
50+
"blackjax",
4651
"statsmodels",
4752
]
4853
docs = [
@@ -53,7 +58,7 @@ docs = [
5358
]
5459

5560
[project.urls]
56-
Documentation = "https://www.pymc.io/projects/extras/"
61+
Documentation = "https://pymc-extras.readthedocs.io/"
5762
Repository = "https://github.com/pymc-devs/pymc-extras.git"
5863
Issues = "https://github.com/pymc-devs/pymc-extras/issues"
5964

0 commit comments

Comments
 (0)