Skip to content

Commit

Permalink
Update jax-0.4.34-gfbf-2024a-CUDA-12.6.0.eb
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasHoffmann77 authored Dec 20, 2024
1 parent b988776 commit 6db6d36
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ builddependencies = [
# ('Bazel', '7.4.1'), TODO: problems with @@local_config_python//:py3_runtime:
# Error in fail: interpreter_path must be an absolute path
# Bazel 6.5.0 (download) works.
('pybind11', '2.12.0'), # 2.12.0 ? SciPy-bundle has pybind/2.12.0.
# Fix: change to builddependency in SciPy-bundle?
# tmporarily mv to dependencies (TODO: mv back)
('pybind11', '2.12.0'),
('pytest-xdist', '3.6.1'),
('git', '2.45.1'), # bazel uses git to fetch repositories
('matplotlib', '3.9.2'), # required for tests/lobpcg_test.py
Expand All @@ -40,8 +38,6 @@ dependencies = [
('flatbuffers-python', '24.3.25'),
('ml_dtypes', '0.5.0'),
('zlib', '1.3.1'),
# ('pybind11', '2.13.6'), # override 2.12.0. SciPy-bundle has pybind/2.12.0. Fix:
# change to builddependency in SciPy-bundle? (TODO)
]

# downloading xla and other tarballs to avoid that Bazel downloads it during the build
Expand Down

0 comments on commit 6db6d36

Please sign in to comment.