@@ -125,8 +125,8 @@ def conda_environment(name = "conda_env"):
125
125
conda_package_repository (
126
126
name = "conda_package_libgcc" ,
127
127
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 " ,
130
130
archive_type = "conda" ,
131
131
license_file = "share/licenses/gcc-libs/RUNTIME.LIBRARY.EXCEPTION" ,
132
132
exclude_deps = ["_openmp_mutex" ],
@@ -136,8 +136,8 @@ def conda_environment(name = "conda_env"):
136
136
conda_package_repository (
137
137
name = "conda_package_libgcc_ng" ,
138
138
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 " ,
141
141
exclude = [
142
142
"lib/libgomp.so*" ,
143
143
"lib/lib*san.so*" ,
@@ -170,17 +170,17 @@ def conda_environment(name = "conda_env"):
170
170
conda_package_repository (
171
171
name = "conda_package_libstdcxx" ,
172
172
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 " ,
175
175
archive_type = "conda" ,
176
176
license_file = "share/licenses/libstdc++/RUNTIME.LIBRARY.EXCEPTION" ,
177
177
conda_repo = name ,
178
178
)
179
179
conda_package_repository (
180
180
name = "conda_package_libstdcxx_ng" ,
181
181
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 " ,
184
184
archive_type = "conda" ,
185
185
conda_repo = name ,
186
186
)
@@ -261,8 +261,8 @@ def conda_environment(name = "conda_env"):
261
261
conda_package_repository (
262
262
name = "conda_package_pip" ,
263
263
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 " ,
266
266
archive_type = "conda" ,
267
267
conda_repo = name ,
268
268
)
@@ -305,8 +305,8 @@ def conda_environment(name = "conda_env"):
305
305
conda_package_repository (
306
306
name = "conda_package_setuptools" ,
307
307
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.3 .0-pyhd8ed1ab_0" ,
309
+ sha256 = "a36d020b9f32fc3f1a6488a1c4a9c13988c6468faf6895bf30ca69521a61230e " ,
310
310
exclude = [
311
311
"lib/python*/site-packages/setuptools/command/launcher manifest.xml" ,
312
312
"lib/python*/site-packages/setuptools/script (dev).tmpl" ,
@@ -352,8 +352,8 @@ def conda_environment(name = "conda_env"):
352
352
conda_package_repository (
353
353
name = "conda_package_wheel" ,
354
354
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 .0-pyhd8ed1ab_0" ,
356
+ sha256 = "8a51067f8e1a2cb0b5e89672dbcc0369e344a92e869c38b2946584aa09ab7088 " ,
357
357
archive_type = "conda" ,
358
358
conda_repo = name ,
359
359
)
0 commit comments