diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2025-06-07 23:04:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-07 23:04:24 +0200 |
| commit | 026f2ad9303533912f82586ee73fc08be3aa9dcf (patch) | |
| tree | 40764337f5b59ccd9c45f50dbbee57dd8520c44b /requirements.txt | |
| parent | 2889f698e2b4dbbb228c0e4fe6eb80e032a2081d (diff) | |
pin numpy to 2.2.6 (#3787)
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 57248c4f..ece0a36a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ networkx shapely>=2.0.0 lxml platformdirs -numpy +numpy==2.2.6 jinja2>2.9 requests |
