Update the cibuildwheel configuration in pyproject.toml to use elfutils 0.195 instead of 0.193.
Stop building elfutils from source in Dockerfile and just use Ubuntu's libelf-dev and libdw-dev instead. The latest Ubuntu version has a newer elfutils than the one we've been building from source.
Update the cibuildwheel configuration in pyproject.toml to use elfutils 0.195 instead of 0.193.
Stop building elfutils from source in Dockerfile and just use Ubuntu's libelf-dev and libdw-dev instead. The latest Ubuntu version has a newer elfutils than the one we've been building from source.