Skip to content

Commit 387c11e

Browse files
authored
Merge pull request #415 from pymc-labs/sync-dependencies
Sync dependencies in `environment.yml` and `pyproject.toml`
2 parents a2cd7ca + 392e2f4 commit 387c11e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- graphviz
77
- ipython!=8.7.0
88
- matplotlib>=3.5.3
9-
- numpy<1.26.0
9+
- numpy
1010
- pandas
1111
- patsy
1212
- pymc>=5.15.1

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies = [
3434
"numpy",
3535
"pandas",
3636
"patsy",
37-
"pymc>=5.14.0",
37+
"pymc>=5.15.1",
3838
"scikit-learn>=1",
3939
"scipy",
4040
"seaborn>=0.11.2",

0 commit comments

Comments
 (0)