Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes for 9.0 #5707

Merged
merged 2 commits into from
Jan 16, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ requirements:
- cspice =67
- csm >=3.0.3,<3.0.4
- curl >=8.4.0,<8.5
- cxx-compiler=1.1.2
- cxx-compiler=1.7
- doxygen
- eigen >=3, <4
- embree >=3, <4
Expand All @@ -69,13 +69,14 @@ requirements:
- graphviz
- conda-forge::gsl >=2.6, <2.7
- hdf5
- highfive
- icu
- inja
- jama
- usgs-astrogeology::kakadu==1
- kalasiris
- krb5
- libgdal >=3.7.0,<3.8
- libgdal >=3.7,<3.8
- libopencv >=4.7,<4.8
- libpng >=1.6.34,<1.7
- libprotobuf
Expand All @@ -86,7 +87,7 @@ requirements:
- mysql
- mysql-connector-c
- nanoflann <1.4
- nlohmann_json
- nlohmann_json=3.11.2
- ninja >=1.7.2,<1.8
- nn
- opencv >=4.7,<4.8
Expand All @@ -99,14 +100,15 @@ requirements:
- pytest
- rclone
- qhull
- qt-main=5.15.8
- qt-main>=5.15.8, <5.16
- qwt <6.3.0
- sqlite >=3.46.0,<3.47
- suitesparse <7.7.0
- superlu
- swig
- texlive-core
- tnt
- usgscsm
- x264
- xalan-c
- xerces-c >=3.2.4,<3.3.0a0
Expand All @@ -115,8 +117,7 @@ requirements:
- xorg-libsm
- xorg-libx11
- xorg-libxi
- zlib >=1.3,<1.4

- zlib >=1.3,<1.4.0a0
run:
- {{ pin_compatible('ale', max_pin='x.x.x') }}
- {{ pin_compatible('armadillo', max_pin='x.x.x') }}
Expand All @@ -137,6 +138,7 @@ requirements:
- geotiff
- {{ pin_compatible('gsl', min_pin='x.x', max_pin='x.x.x') }}
- hdf5
- highfive
- icu
- inja
- jama
Expand Down
Loading