Skip to content

Commit

Permalink
Move python-snappy into project.dependencies in pyproject.toml
Browse files Browse the repository at this point in the history
Remove sphinx-autoapi from pypi deps, and no longer required snappy-python

Update conda-lock file

Update conda-lock.yml now that all dependencies are available on conda-forge

Consolidate conda env files under environments/ dir

Quote the pip install command

Remove pip install of pudl from environment.yml

Move all remaining dev-environment.yml deps to pyproject.toml

Update lockfile

Render platform-specific environment files in github action

Update lockfile

Add some comment notes to workflow

Render environment for Read The Docs.

Use environment not explicit rendered lockfile

Add readthedocs specific sphinx extension

Don't render explicit conda env for RTD since it can't read it.

Comment out non-working linux-aarch64 platform for now.

Switch to using rendered lockfiles.

Remove deprecated environment files

Update lockfile

Install git into the docker image.

Use micromamba and unrendered multi-platform lockfile.

Add main category to micromamba environment creation.

Use conda-lock not base as env name

Update lockfile
  • Loading branch information
zaneselvans committed Oct 21, 2023
1 parent 1c981af commit 0cd0ebb
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 50,067 deletions.
15,692 changes: 0 additions & 15,692 deletions conda-lock.yml

This file was deleted.

1 change: 0 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ ENV DAGSTER_HOME=${CONTAINER_PUDL_WORKSPACE}/dagster_home
COPY environments/conda-lock.yml environments/conda-lock.yml
RUN micromamba create --prefix ${CONDA_PREFIX} --yes --category main dev docs test datasette --file environments/conda-lock.yml && \
micromamba clean -afy

# Copy the cloned pudl repository into the user's home directory
COPY --chown=${MAMBA_USER}:${MAMBA_USER} . ${CONTAINER_HOME}

Expand Down
539 changes: 0 additions & 539 deletions environments/conda-linux-64.lock

This file was deleted.

Loading

0 comments on commit 0cd0ebb

Please sign in to comment.