Corentin Le Molgat
79e340fd50
bazel: update requirements
2026-03-31 09:58:46 +02:00
Guillaume Chatelet
551ad10d94
Update Python dependencies and remove black. ( #4979 )
...
- Updated jupyter-server to 2.17.0 in notebook_requirements.in.
- Updated virtualenv to 20.35.4 in ortools_requirements.in.
- Removed black from both ortools_requirements.in and notebook_requirements.in.
- Updated filelock>=3.20.1 to mitigate CVE-2025-68146.
- Regenerated notebook_requirements.txt and ortools_requirements.txt with updated hashes and versions for various packages including debugpy, jupyter-client, platformdirs, tzdata, and urllib3.
- Added comments in bazel/BUILD regarding the compile_pip_requirements rules and instructions for updating the requirements files.
2026-01-09 13:10:50 +01:00
Corentin Le Molgat
c44eb1859f
bazel(ci): fix fedora build by forcing the java_runtime_version
2025-12-15 15:44:51 +01:00
Guillaume Chatelet
b6883f0efc
Update Bazel Python ( #4949 )
2025-12-15 13:59:46 +01:00
Corentin Le Molgat
88695b6393
bazel: update requirements
2025-12-08 18:01:40 +01:00
Guillaume Chatelet
b880e0fb64
Use new bintest framework ( #4928 )
2025-12-02 15:33:12 +01:00
Corentin Le Molgat
5255bea645
bazel(ci): fix almalinux dockerfile
2025-12-01 17:47:19 +01:00
Mizux Seiha
ba667fcc37
Merge remote-tracking branch 'origin/stable' into v99bugfix
2025-11-25 13:39:25 +01:00
dependabot[bot]
8d9216e14c
build(deps): bump jupyterlab
...
---
updated-dependencies:
- dependency-name: jupyterlab
dependency-version: 4.4.8
dependency-type: direct:production
dependency-group: pip
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-25 01:33:28 -08:00
Corentin Le Molgat
84046f9e6b
bazel: bump absl-py to 2.3.1
2025-11-24 16:19:06 +01:00
Corentin Le Molgat
0573aacc5a
bazel: bump python requirements
...
. Bump immutabledict to 4.2.2
. Bump numpy to 2.3.5
. Bump typing-extensions to 4.15.0
2025-11-24 13:06:21 +01:00
Corentin Le Molgat
97c9c2c9bc
bazel: update MODULE and tools
2025-11-05 11:26:36 +01:00
Corentin Le Molgat
0814f8f29f
ci: migrate rockylinux base image
...
> The Docker team curates the Official Images program,
and there are currently some technical constraints preventing
Rocky Linux from publishing updates here. For the most
up-to-date container images, please refer to the Rocky Linux
Docker Hub repository for now.
ref: https://hub.docker.com/_/rockylinux
2025-10-16 14:09:54 +02:00
Guillaume Chatelet
5e06a6c7e2
[bazel] Update examples
2025-10-16 11:50:21 +02:00
Mizux Seiha
2fdd3124bb
ci: rework amd64 alpine bazel job
2025-10-16 11:40:41 +02:00
Mizux Seiha
4f381f6d07
backport from main:
...
* bump abseil to 20250814
* bump protobuf to v32.0
* cmake: add ccache auto support
* backport flatzinc, math_opt and sat update
2025-09-16 16:25:04 +02:00
Mizux Seiha
f0330ec404
bazel: rework docker ci
2025-09-16 15:54:33 +02:00
Guillaume Chatelet
ce299310f6
Remove unnecessary exports_files
2025-08-22 14:21:26 +00:00
Corentin Le Molgat
3bef66b3cb
bazel: regenerate requirements.txt
2025-08-06 09:50:36 +02:00
Mizux Seiha
0a0fd2c761
bazel: fixup requirements.txt
2025-07-24 10:16:40 +02:00
Mizux Seiha
abe220e357
bazel/docker: bump bazelisk to 1.25
2025-07-24 10:15:55 +02:00
Guillaume Chatelet
447ce0b3e2
Fix bazel load rules
2025-07-23 09:05:10 +00:00
dependabot[bot]
db4e1a5de7
build(deps): bump urllib3 in /bazel in the pip group across 1 directory
...
Bumps the pip group with 1 update in the /bazel directory: [urllib3](https://github.com/urllib3/urllib3 ).
Updates `urllib3` from 2.2.2 to 2.5.0
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/2.2.2...2.5.0 )
---
updated-dependencies:
- dependency-name: urllib3
dependency-version: 2.5.0
dependency-type: indirect
dependency-group: pip
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-19 09:28:27 +00:00
Mizux Seiha
3467396a74
dependencies: bump Protobuf from v31.0 to v31.1
2025-06-17 12:32:17 +02:00
Mizux Seiha
8e1e6b5e97
dependencies: bump Protobuf from v31.0 to v31.1
2025-06-17 11:08:04 +02:00
Corentin Le Molgat
4456cd5516
bazel: Updates requests from 2.32.3 to 2.32.4
...
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.3...v2.32.4)
---
updated-dependencies:
- dependency-name: requests
dependency-version: 2.32.4
dependency-type: direct:production
dependency-group: pip
...
2025-06-11 08:20:50 +02:00
Corentin Le Molgat
115261b48f
bazel: regenerate notebook_requirements.txt
2025-06-05 08:41:39 +02:00
Corentin Le Molgat
eb9e389ebe
bazel: regenerate notebook_requirements.txt
...
* replacing notebook_requirements.txt by an empty file then regenerating it
will lead to different output than just running
`bazel run //bazel:notebook_requirements.update`.
2025-06-05 08:39:11 +02:00
Corentin Le Molgat
dd82487e10
bazel: fix notebook requirements.txt
2025-06-05 08:06:55 +02:00
Mizux Seiha
7fc67a4468
bazel: update deps
...
* don't use repo name
* Bump abseil-cpp to 20250512.0
* Bump Protobuf to 31.0
* Bump benchmark to 1.9.2
* Bump googletest to 1.17.0
2025-05-22 14:42:28 +02:00
Corentin Le Molgat
fd2059dd96
cleanup
...
* remove swig_python.bzl
* sync cmake/README.md
2025-05-19 09:58:04 +02:00
Corentin Le Molgat
3067056625
backport from main branch
...
* bazel: add missing python typing-extensions requirements
* use [[maybe_unused]] standard attribute
* linear_solver: improve LpQuadraticTerm support
2025-04-30 15:15:39 +02:00
Corentin Le Molgat
4ab5969068
bazel(ci): Fix docker build
2025-04-30 15:01:19 +02:00
Corentin Le Molgat
36220e039d
dependency: bump protobuf to v30.2
2025-03-28 09:38:56 +01:00
Corentin Le Molgat
6258871db6
dependency: bump protobuf to v30.1
2025-03-26 11:42:18 +01:00
Corentin Le Molgat
fd5af341b3
bazel fixup
2025-02-17 11:20:55 +01:00
Mizux Seiha
7b71c4b140
dependencies: Bump protobuf to v29.3
2025-02-11 14:47:27 +01:00
Mizux Seiha
036a0a0148
bazel: update virtualenv to 20.28.1
...
ref: https://pypi.org/project/virtualenv/
2025-01-14 11:45:25 +01:00
Corentin Le Molgat
a66a6daac7
Bump Copyright to 2025
2025-01-10 11:35:44 +01:00
Laurent Perron
ac62caaa80
bump bazel deps including protobuf -> 29.2
2024-12-19 16:06:49 +01:00
Corentin Le Molgat
638fdb63f5
bazel: bump numpy to 2.2.0
2024-12-18 09:12:13 +01:00
Corentin Le Molgat
3543608705
dependency: Bump Protobuf to v29.1
2024-12-09 15:41:28 +01:00
Laurent Perron
a79c10d717
bazel: remove scip override
2024-12-05 13:59:59 +01:00
Laurent Perron
a30311c49a
better scip 920 bazel patch
2024-12-04 13:04:13 +01:00
Mizux Seiha
423a99bb8f
deps: Bump Protobuf to v29.0
2024-12-03 18:06:49 +01:00
Laurent Perron
79e3fc9cf5
patch scip b920; disable parallel scip
2024-12-02 13:48:24 +01:00
Mizux Seiha
c67700e07f
bazel: Bump tornado to 6.4.2
2024-11-26 11:08:23 +01:00
Corentin Le Molgat
af6602d72e
bazel: remove dead code
2024-11-22 15:37:56 +01:00
Corentin Le Molgat
217147b852
bazel: Rework scip and glpk management
2024-11-15 14:52:54 +01:00
Corentin Le Molgat
63d207a99c
bazel: update requirements
2024-11-15 14:42:21 +01:00