Skip to content

Commit d18ca1e

Browse files
committed
Add fastprogress dependency
1 parent f6c0f20 commit d18ca1e

File tree

1 file changed

+4
-26
lines changed

1 file changed

+4
-26
lines changed

pyproject.toml

Lines changed: 4 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ classifiers = [
3434
]
3535

3636
dependencies = [
37-
"pymc>=5.0.0",
38-
"pytensor>=2.8.0",
37+
"pymc>=5.0.0,<6.0.0",
38+
"pytensor>=2.8.0,<3.0.0",
3939
"arviz>=0.20.0",
4040
"numpyro>=0.15.0",
4141
"numpy>=1.23.0",
@@ -50,7 +50,8 @@ dependencies = [
5050
"scikit-learn>=1.1.1",
5151
"seaborn>=0.11.2",
5252
"omegaconf>=2.2.2",
53-
"astunparse>=1.6.3"
53+
"astunparse>=1.6.3",
54+
"fastprogress>=1.0.3,<2"
5455
]
5556

5657
dynamic = ["version"]
@@ -114,32 +115,9 @@ ignore_missing_imports = true
114115
channels = ["conda-forge"]
115116
platforms = ["osx-arm64", "osx-64", "linux-64"]
116117

117-
[tool.pixi.dependencies]
118-
python = ">=3.10"
119-
pymc = ">=5.0.0,<6.0.0"
120-
pytensor = ">=2.8.0,<3.0.0"
121-
arviz = ">=0.20.0"
122-
numpyro = ">=0.15.0"
123-
numpy = ">=1.23.0"
124-
pandas = ">=1.4.3"
125-
xarray = ">=2022.3.0"
126-
scipy = ">=1.9.0"
127-
matplotlib = ">=3.7"
128-
scikit-learn = ">=1.1.1"
129-
seaborn = ">=0.11.2"
130-
patsy = ">=0.5.2"
131-
graphviz = ">=0.20"
132-
omegaconf = ">=2.2.2"
133-
astunparse = ">=1.6.3"
134-
pytest = ">=7.1.2"
135-
pytest-cov = ">=4.0.0"
136-
pip = ">=25.2,<26"
137-
fastprogress = ">=1.0.3,<2"
138-
139118
[tool.ruff.lint]
140119
select = ["E", "F", "I"]
141120
ignore = ["E501"]
142121

143-
144122
[tool.ruff.lint.per-file-ignores]
145123
"*.ipynb" = ["E741", "F841", "E731", "E402"]

0 commit comments

Comments
 (0)