Skip to content

Commit

Permalink
build(deps): update conda dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
10xbuild authored and github-actions[bot] committed Nov 18, 2024
1 parent 7399b32 commit 7aac93f
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions third-party/conda/conda_env.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ def conda_environment(name = "conda_env"):
conda_package_repository(
name = "conda_package_libgcc",
base_urls = ["https://conda.anaconda.org/conda-forge/linux-64"],
dist_name = "libgcc-14.1.0-h77fa898_1",
sha256 = "10fa74b69266a2be7b96db881e18fa62cfa03082b65231e8d652e897c4b335a3",
dist_name = "libgcc-14.2.0-h77fa898_1",
sha256 = "53eb8a79365e58849e7b1a068d31f4f9e718dc938d6f2c03e960345739a03569",
archive_type = "conda",
license_file = "share/licenses/gcc-libs/RUNTIME.LIBRARY.EXCEPTION",
exclude_deps = ["_openmp_mutex"],
Expand All @@ -136,8 +136,8 @@ def conda_environment(name = "conda_env"):
conda_package_repository(
name = "conda_package_libgcc_ng",
base_urls = ["https://conda.anaconda.org/conda-forge/linux-64"],
dist_name = "libgcc-ng-14.1.0-h69a702a_1",
sha256 = "b91f7021e14c3d5c840fbf0dc75370d6e1f7c7ff4482220940eaafb9c64613b7",
dist_name = "libgcc-ng-14.2.0-h69a702a_1",
sha256 = "3a76969c80e9af8b6e7a55090088bc41da4cffcde9e2c71b17f44d37b7cb87f7",
exclude = [
"lib/libgomp.so*",
"lib/lib*san.so*",
Expand Down Expand Up @@ -170,17 +170,17 @@ def conda_environment(name = "conda_env"):
conda_package_repository(
name = "conda_package_libstdcxx",
base_urls = ["https://conda.anaconda.org/conda-forge/linux-64"],
dist_name = "libstdcxx-14.1.0-hc0a3c3a_1",
sha256 = "44decb3d23abacf1c6dd59f3c152a7101b7ca565b4ef8872804ceaedcc53a9cd",
dist_name = "libstdcxx-14.2.0-hc0a3c3a_1",
sha256 = "4661af0eb9bdcbb5fb33e5d0023b001ad4be828fccdcc56500059d56f9869462",
archive_type = "conda",
license_file = "share/licenses/libstdc++/RUNTIME.LIBRARY.EXCEPTION",
conda_repo = name,
)
conda_package_repository(
name = "conda_package_libstdcxx_ng",
base_urls = ["https://conda.anaconda.org/conda-forge/linux-64"],
dist_name = "libstdcxx-ng-14.1.0-h4852527_1",
sha256 = "a2dc44f97290740cc187bfe94ce543e6eb3c2ea8964d99f189a1d8c97b419b8c",
dist_name = "libstdcxx-ng-14.2.0-h4852527_1",
sha256 = "25bb30b827d4f6d6f0522cc0579e431695503822f144043b93c50237017fffd8",
archive_type = "conda",
conda_repo = name,
)
Expand Down Expand Up @@ -245,8 +245,8 @@ def conda_environment(name = "conda_env"):
conda_package_repository(
name = "conda_package_packaging",
base_urls = ["https://conda.anaconda.org/conda-forge/noarch"],
dist_name = "packaging-24.1-pyhd8ed1ab_0",
sha256 = "36aca948219e2c9fdd6d80728bcc657519e02f06c2703d8db3446aec67f51d81",
dist_name = "packaging-24.2-pyhff2d567_1",
sha256 = "74843f871e5cd8a1baf5ed8c406c571139c287141efe532f8ffbdafa3664d244",
archive_type = "conda",
conda_repo = name,
)
Expand All @@ -261,8 +261,8 @@ def conda_environment(name = "conda_env"):
conda_package_repository(
name = "conda_package_pip",
base_urls = ["https://conda.anaconda.org/conda-forge/noarch"],
dist_name = "pip-24.2-pyh8b19718_1",
sha256 = "d820e5358bcb117fa6286e55d4550c60b0332443df62121df839eab2d11c890b",
dist_name = "pip-24.3.1-pyh8b19718_0",
sha256 = "499313e72e20225f84c2e9690bbaf5b952c8d7e0bf34b728278538f766b81628",
archive_type = "conda",
conda_repo = name,
)
Expand Down Expand Up @@ -305,8 +305,8 @@ def conda_environment(name = "conda_env"):
conda_package_repository(
name = "conda_package_setuptools",
base_urls = ["https://conda.anaconda.org/conda-forge/noarch"],
dist_name = "setuptools-75.1.0-pyhd8ed1ab_0",
sha256 = "6725235722095c547edd24275053c615158d6163f396550840aebd6e209e4738",
dist_name = "setuptools-75.5.0-pyhff2d567_0",
sha256 = "54dcf5f09f74f69641e0063bc695b38340d0349fa8371b1f2ed0c45c5b2fd224",
exclude = [
"lib/python*/site-packages/setuptools/command/launcher manifest.xml",
"lib/python*/site-packages/setuptools/script (dev).tmpl",
Expand Down Expand Up @@ -335,8 +335,8 @@ def conda_environment(name = "conda_env"):
conda_package_repository(
name = "conda_package_tomli",
base_urls = ["https://conda.anaconda.org/conda-forge/noarch"],
dist_name = "tomli-2.0.2-pyhd8ed1ab_0",
sha256 = "5e742ba856168b606ac3c814d247657b1c33b8042371f1a08000bdc5075bc0cc",
dist_name = "tomli-2.1.0-pyhff2d567_0",
sha256 = "354b8a64d4f3311179d85aefc529ca201a36afc1af090d0010c46be7b79f9a47",
conda_repo = name,
archive_type = "conda",
)
Expand All @@ -352,8 +352,8 @@ def conda_environment(name = "conda_env"):
conda_package_repository(
name = "conda_package_wheel",
base_urls = ["https://conda.anaconda.org/conda-forge/noarch"],
dist_name = "wheel-0.44.0-pyhd8ed1ab_0",
sha256 = "d828764736babb4322b8102094de38074dedfc71f5ff405c9dfee89191c14ebc",
dist_name = "wheel-0.45.0-pyhd8ed1ab_0",
sha256 = "8a51067f8e1a2cb0b5e89672dbcc0369e344a92e869c38b2946584aa09ab7088",
archive_type = "conda",
conda_repo = name,
)
Expand Down

0 comments on commit 7aac93f

Please sign in to comment.