Skip to content

Move to a conda-only install of pymc #297

@drbenvincent

Description

@drbenvincent
  • Related to install pymc in the recommended manner for remote workflows #279
  • The recommended install instructions for PyMC is via conda, not pip. We are already doing that, but it seems that at a later step in the setup of the environment that we are basically overwriting that with a pip installed pymc.
  • Based on experience with other repo's, it seems that we'll have to:
    • Remove the package dependencies from pyproject.toml and instead place them in environment.yml
    • Build the environment from this new environment.yml
    • Update the instructions in CONTRIBUTING.md
  • We shou also re-run the notebooks which show WARNING (pytensor.tensor.blas): Using NumPy C-API based implementation for BLAS functions. because this is indicative of pymc being pip installed rather than conda installed.

Metadata

Metadata

Assignees

Labels

devopsDevOps related

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions