Skip to content

Commit

Permalink
Merge pull request #415 from pymc-labs/sync-dependencies
Browse files Browse the repository at this point in the history
Sync dependencies in `environment.yml` and `pyproject.toml`
  • Loading branch information
drbenvincent authored Sep 20, 2024
2 parents a2cd7ca + 392e2f4 commit 387c11e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- graphviz
- ipython!=8.7.0
- matplotlib>=3.5.3
- numpy<1.26.0
- numpy
- pandas
- patsy
- pymc>=5.15.1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies = [
"numpy",
"pandas",
"patsy",
"pymc>=5.14.0",
"pymc>=5.15.1",
"scikit-learn>=1",
"scipy",
"seaborn>=0.11.2",
Expand Down

0 comments on commit 387c11e

Please sign in to comment.