We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17fa3e1 commit 2162d81Copy full SHA for 2162d81
conanfile.py
@@ -49,8 +49,6 @@ def requirements(self):
49
if install_conan_package("fmt"):
50
self.requires("fmt/[>=10]")
51
52
- # 20230829 Conan package for more recent versions seem broken
53
- # https://github.com/conan-io/conan-center-index/issues/17830
54
if install_conan_package("gdal"):
55
self.requires("gdal/[>=3.10]")
56
@@ -77,7 +75,7 @@ def requirements(self):
77
75
self.requires("nlohmann_json/[>=3.10]")
78
76
79
if install_conan_package("proj"):
80
- self.requires("proj/[>=9.4]")
+ self.requires("proj/[>=9.1]")
81
82
if install_conan_package("pybind11"):
83
self.requires("pybind11/[>=2.10.1]")
0 commit comments