Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pymc to datahub image #5042

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions deployments/datahub/images/default/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,14 @@ dependencies:
# data101, Fall 2022, https://github.com/berkeley-dsep-infra/datahub/issues/3646
- pgspecial=2.0.1

# data102, Fall 2023, https://github.com/berkeley-dsep-infra/datahub/issues/5037
- pymc==5.8.1
# pymc needs this
- pymc-base==5.8.1
# pymc-base needs this
- icu>=68.1,<69.0a0
- pytensor-base==2.16.1

# https://github.com/berkeley-dsep-infra/datahub/issues/3939 data101, fall 2022
- dbt-postgres=1.3.0
- dbt-bigquery=1.3.0
Expand Down