Skip to content

Commit 977a959

Browse files
10xbuildgithub-actions[bot]
authored andcommitted
build(deps): update conda dependencies
1 parent 7399b32 commit 977a959

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

third-party/conda/conda_env.bzl

+18-18
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ def conda_environment(name = "conda_env"):
125125
conda_package_repository(
126126
name = "conda_package_libgcc",
127127
base_urls = ["https://conda.anaconda.org/conda-forge/linux-64"],
128-
dist_name = "libgcc-14.1.0-h77fa898_1",
129-
sha256 = "10fa74b69266a2be7b96db881e18fa62cfa03082b65231e8d652e897c4b335a3",
128+
dist_name = "libgcc-14.2.0-h77fa898_1",
129+
sha256 = "53eb8a79365e58849e7b1a068d31f4f9e718dc938d6f2c03e960345739a03569",
130130
archive_type = "conda",
131131
license_file = "share/licenses/gcc-libs/RUNTIME.LIBRARY.EXCEPTION",
132132
exclude_deps = ["_openmp_mutex"],
@@ -136,8 +136,8 @@ def conda_environment(name = "conda_env"):
136136
conda_package_repository(
137137
name = "conda_package_libgcc_ng",
138138
base_urls = ["https://conda.anaconda.org/conda-forge/linux-64"],
139-
dist_name = "libgcc-ng-14.1.0-h69a702a_1",
140-
sha256 = "b91f7021e14c3d5c840fbf0dc75370d6e1f7c7ff4482220940eaafb9c64613b7",
139+
dist_name = "libgcc-ng-14.2.0-h69a702a_1",
140+
sha256 = "3a76969c80e9af8b6e7a55090088bc41da4cffcde9e2c71b17f44d37b7cb87f7",
141141
exclude = [
142142
"lib/libgomp.so*",
143143
"lib/lib*san.so*",
@@ -170,17 +170,17 @@ def conda_environment(name = "conda_env"):
170170
conda_package_repository(
171171
name = "conda_package_libstdcxx",
172172
base_urls = ["https://conda.anaconda.org/conda-forge/linux-64"],
173-
dist_name = "libstdcxx-14.1.0-hc0a3c3a_1",
174-
sha256 = "44decb3d23abacf1c6dd59f3c152a7101b7ca565b4ef8872804ceaedcc53a9cd",
173+
dist_name = "libstdcxx-14.2.0-hc0a3c3a_1",
174+
sha256 = "4661af0eb9bdcbb5fb33e5d0023b001ad4be828fccdcc56500059d56f9869462",
175175
archive_type = "conda",
176176
license_file = "share/licenses/libstdc++/RUNTIME.LIBRARY.EXCEPTION",
177177
conda_repo = name,
178178
)
179179
conda_package_repository(
180180
name = "conda_package_libstdcxx_ng",
181181
base_urls = ["https://conda.anaconda.org/conda-forge/linux-64"],
182-
dist_name = "libstdcxx-ng-14.1.0-h4852527_1",
183-
sha256 = "a2dc44f97290740cc187bfe94ce543e6eb3c2ea8964d99f189a1d8c97b419b8c",
182+
dist_name = "libstdcxx-ng-14.2.0-h4852527_1",
183+
sha256 = "25bb30b827d4f6d6f0522cc0579e431695503822f144043b93c50237017fffd8",
184184
archive_type = "conda",
185185
conda_repo = name,
186186
)
@@ -245,8 +245,8 @@ def conda_environment(name = "conda_env"):
245245
conda_package_repository(
246246
name = "conda_package_packaging",
247247
base_urls = ["https://conda.anaconda.org/conda-forge/noarch"],
248-
dist_name = "packaging-24.1-pyhd8ed1ab_0",
249-
sha256 = "36aca948219e2c9fdd6d80728bcc657519e02f06c2703d8db3446aec67f51d81",
248+
dist_name = "packaging-24.2-pyhff2d567_1",
249+
sha256 = "74843f871e5cd8a1baf5ed8c406c571139c287141efe532f8ffbdafa3664d244",
250250
archive_type = "conda",
251251
conda_repo = name,
252252
)
@@ -261,8 +261,8 @@ def conda_environment(name = "conda_env"):
261261
conda_package_repository(
262262
name = "conda_package_pip",
263263
base_urls = ["https://conda.anaconda.org/conda-forge/noarch"],
264-
dist_name = "pip-24.2-pyh8b19718_1",
265-
sha256 = "d820e5358bcb117fa6286e55d4550c60b0332443df62121df839eab2d11c890b",
264+
dist_name = "pip-24.3.1-pyh8b19718_0",
265+
sha256 = "499313e72e20225f84c2e9690bbaf5b952c8d7e0bf34b728278538f766b81628",
266266
archive_type = "conda",
267267
conda_repo = name,
268268
)
@@ -305,8 +305,8 @@ def conda_environment(name = "conda_env"):
305305
conda_package_repository(
306306
name = "conda_package_setuptools",
307307
base_urls = ["https://conda.anaconda.org/conda-forge/noarch"],
308-
dist_name = "setuptools-75.1.0-pyhd8ed1ab_0",
309-
sha256 = "6725235722095c547edd24275053c615158d6163f396550840aebd6e209e4738",
308+
dist_name = "setuptools-75.6.0-pyhff2d567_0",
309+
sha256 = "eeec4645f70ce0ed03348397dced9d218a650a42df98592419af61d2689163ed",
310310
exclude = [
311311
"lib/python*/site-packages/setuptools/command/launcher manifest.xml",
312312
"lib/python*/site-packages/setuptools/script (dev).tmpl",
@@ -335,8 +335,8 @@ def conda_environment(name = "conda_env"):
335335
conda_package_repository(
336336
name = "conda_package_tomli",
337337
base_urls = ["https://conda.anaconda.org/conda-forge/noarch"],
338-
dist_name = "tomli-2.0.2-pyhd8ed1ab_0",
339-
sha256 = "5e742ba856168b606ac3c814d247657b1c33b8042371f1a08000bdc5075bc0cc",
338+
dist_name = "tomli-2.1.0-pyhff2d567_0",
339+
sha256 = "354b8a64d4f3311179d85aefc529ca201a36afc1af090d0010c46be7b79f9a47",
340340
conda_repo = name,
341341
archive_type = "conda",
342342
)
@@ -352,8 +352,8 @@ def conda_environment(name = "conda_env"):
352352
conda_package_repository(
353353
name = "conda_package_wheel",
354354
base_urls = ["https://conda.anaconda.org/conda-forge/noarch"],
355-
dist_name = "wheel-0.44.0-pyhd8ed1ab_0",
356-
sha256 = "d828764736babb4322b8102094de38074dedfc71f5ff405c9dfee89191c14ebc",
355+
dist_name = "wheel-0.45.1-pyhd8ed1ab_0",
356+
sha256 = "24f6851a336a50c53d6b50b142c1654872494a62528d57c3ff40240cbd8b13be",
357357
archive_type = "conda",
358358
conda_repo = name,
359359
)

0 commit comments

Comments
 (0)