File tree Expand file tree Collapse file tree 1 file changed +4
-26
lines changed
Expand file tree Collapse file tree 1 file changed +4
-26
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ classifiers = [
3434]
3535
3636dependencies = [
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
5657dynamic = [" version" ]
@@ -114,32 +115,9 @@ ignore_missing_imports = true
114115channels = [" conda-forge" ]
115116platforms = [" 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 ]
140119select = [" E" , " F" , " I" ]
141120ignore = [" E501" ]
142121
143-
144122[tool .ruff .lint .per-file-ignores ]
145123"*.ipynb" = [" E741" , " F841" , " E731" , " E402" ]
You can’t perform that action at this time.
0 commit comments