Skip to content

Commit

Permalink
fix: update LPF dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
AngRodrigues committed Dec 15, 2024
1 parent 0423ead commit 783a0e8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
pip install --upgrade pip
pip install numpy==1.26.4
pip install geopandas shapely networkx owslib map2model beartype gdal pytest scikit-learn
pip install git+https://github.com/loop3d/loopprojectfile.git@fix_thicknesses
pip install --no-cache dist/*.tar.gz
pip list
Expand Down Expand Up @@ -153,8 +152,6 @@ jobs:
pip install --upgrade pip
pip install numpy==1.26.4
pip install -r dependencies.txt
pip uninstall loopprojectfile -y
pip install git+https://github.com/loop3d/loopprojectfile.git@fix_thicknesses
pip install --no-cache --pre --no-index --find-links dist map2loop
pip list
Expand Down Expand Up @@ -188,8 +185,6 @@ jobs:
conda install -c conda-forge conda-build anaconda-client conda-verify -y
conda install -c loop3d -c conda-forge --file dependencies.txt -y
pip uninstall loopprojectfile -y
pip install git+https://github.com/loop3d/loopprojectfile.git@fix_thicknesses
conda install pytest -y

- name: Building and install
Expand Down
2 changes: 1 addition & 1 deletion dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ shapely
networkx
owslib
map2model
loopprojectfile==0.2.1
loopprojectfile==v0.2.1
beartype
gdal==3.8.4
pytest
Expand Down
5 changes: 0 additions & 5 deletions docs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ COPY dependencies.txt dependenciesdocs.txt
RUN cat ./docs/requirements.txt >> dependenciesdocs.txt
RUN conda install -c conda-forge -c loop3d --file dependenciesdocs.txt -y

#temporary code to align with fix_thicknesses branch
RUN pip uninstall loopprojectfile -y
RUN pip install git+https://github.com/loop3d/loopprojectfile.git@fix_thicknesses
####

RUN pip install .

WORKDIR /

0 comments on commit 783a0e8

Please sign in to comment.