From b51cd45ff46616213ea633f6f2af1ab6df3189c1 Mon Sep 17 00:00:00 2001 From: Mizux Seiha Date: Tue, 16 Sep 2025 15:54:04 +0200 Subject: [PATCH] remove binder support --- README.md | 1 - binder/requirements.txt | 4 ---- 2 files changed, 5 deletions(-) delete mode 100644 binder/requirements.txt diff --git a/README.md b/README.md index 54dfa84f0f..eb614890de 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ [![PyPI version](https://img.shields.io/pypi/v/ortools.svg)](https://pypi.org/project/ortools/) [![PyPI download](https://img.shields.io/pypi/dm/ortools.svg)](https://pypi.org/project/ortools/#files) -[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/google/or-tools/main) \ [![NuGet version](https://img.shields.io/nuget/v/Google.OrTools.svg)](https://www.nuget.org/packages/Google.OrTools) [![NuGet download](https://img.shields.io/nuget/dt/Google.OrTools.svg)](https://www.nuget.org/packages/Google.OrTools) diff --git a/binder/requirements.txt b/binder/requirements.txt deleted file mode 100644 index ca32801102..0000000000 --- a/binder/requirements.txt +++ /dev/null @@ -1,4 +0,0 @@ -ortools -matplotlib -plotly -svgwrite