Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-01-31 | 734 Bytes | |
v0.1.23 source code.tar.gz | 2025-01-31 | 1.7 MB | |
v0.1.23 source code.zip | 2025-01-31 | 2.0 MB | |
Totals: 3 Items | 3.8 MB | 0 |
What's Changed
- Update to Python 3.12 CI to be foward-looking. by @copybara-service in https://github.com/google/vizier/pull/1231
- Change back to 3.11 - apparently 3.12 has some test failures in
performance_test.py
. by @copybara-service in https://github.com/google/vizier/pull/1232 - Relax grpc to 1.66.2 by @copybara-service in https://github.com/google/vizier/pull/1233
- Remove
grpcio-tools
fromrequirements.txt
, it turns out it's not actually needed - only relevant during building andsetup.py
! Also downgradegrpcio
to minimum version which supports Py3.11 by @copybara-service in https://github.com/google/vizier/pull/1234
Full Changelog: https://github.com/google/vizier/compare/v0.1.22...v0.1.23