Skip to content

Commit

Permalink
new base test
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoelles committed Dec 2, 2024
1 parent cfb895b commit 9318489
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
15 changes: 5 additions & 10 deletions conda/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,17 @@ channels:
- defaults
- conda-forge
dependencies:
- dask-core=2023.3.1
- pdal=2.4
- fiona=1.8.21
- pandoc
- pip:
- open3d>=0.17.0
- dask-core=2024.11.2
- pandoc
- open3d>=0.18.0
- fastparquet
- ipykernel
- nbconvert
- nbformat==5.7.0
- rosbags
- kaleido
- pyntcloud
- setuptools
- isort
- ruff
- laspy>2.0.0
- pylas
Expand All @@ -26,7 +22,7 @@ dependencies:
- docstr-coverage
- typer
- nbval
- geopandas
- geopandas==1.0.1
- sphinx
- sphinxcontrib-napoleon
- sphinx_rtd_theme==0.5.2
Expand All @@ -36,6 +32,5 @@ dependencies:
- bump2version
- matplotlib
- bokeh
- distributed==2023.3.1
- distributed==2024.11.1
prefix: /opt/conda

2 changes: 1 addition & 1 deletion docker/base.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM ghcr.io/tgoelles/python_docker:v0.4.1_py3.10
FROM python:3.12-slim

# Avoid warnings by switching to noninteractive
ENV DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit 9318489

Please sign in to comment.