We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8776b72 commit 4b34996Copy full SHA for 4b34996
.github/build.py
@@ -4,8 +4,8 @@
4
from urllib.request import urlretrieve
5
6
DEFAULT_UTM_VERSION = "0.14.0"
7
-DEFAULT_BOOST_VERSION = "1.90.0"
8
-DEFAULT_XERCES_C_VERSION = "3.3.0"
+DEFAULT_BOOST_VERSION = "1.84.0"
+DEFAULT_XERCES_C_VERSION = "3.2.5"
9
DEFAULT_BUILD_DIR = os.path.join(os.getcwd(), "build")
10
DEFAULT_INSTALL_PREFIX = os.path.join(os.getcwd(), "dist")
11
0 commit comments