Skip to content

Commit

Permalink
Pin more instances of proj.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Sep 7, 2024
1 parent 0e25119 commit 1a5cd18
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies:
- nvcc_linux-64=11.8
- osmnx>=1.9.3
- pre-commit
- proj
- proj >=9.3.0,<9.3.1.0a0
- pydata-sphinx-theme!=0.14.2
- pydeck
- pylibcudf==24.10.*,>=0.0.0a0
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-125_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies:
- numpydoc
- osmnx>=1.9.3
- pre-commit
- proj
- proj >=9.3.0,<9.3.1.0a0
- pydata-sphinx-theme!=0.14.2
- pydeck
- pylibcudf==24.10.*,>=0.0.0a0
Expand Down
4 changes: 2 additions & 2 deletions conda/recipes/libcuspatial/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ requirements:
- libcudf ={{ minor_version }}
- librmm ={{ minor_version }}
- sqlite
- proj
- proj >=9.3.0,<9.3.1.0a0 # TODO: proj is being held back due to needing spdlog/fmt upgrades to support recent conda-forge builds of tiledb

outputs:
- name: libcuspatial
Expand Down Expand Up @@ -85,7 +85,7 @@ outputs:
- libcudf ={{ minor_version }}
- librmm ={{ minor_version }}
- sqlite
- proj
- proj >=9.3.0,<9.3.1.0a0 # TODO: proj is being held back due to needing spdlog/fmt upgrades to support recent conda-forge builds of tiledb
test:
commands:
- test -f $PREFIX/lib/libcuspatial.so
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ dependencies:
packages:
- c-compiler
- cxx-compiler
- proj
- proj >=9.3.0,<9.3.1.0a0 # TODO: proj is being held back due to needing spdlog/fmt upgrades to support recent conda-forge builds of tiledb
- sqlite
specific:
- output_types: conda
Expand Down

0 comments on commit 1a5cd18

Please sign in to comment.