Skip to content

Commit a1dcf7a

Browse files
committed
tell renovate to stop updating numpy 3.10
1 parent a3b99ad commit a1dcf7a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ test = [
8181
"security==1.3.1",
8282
"types-mock==5.2.*",
8383
"django>=4,<6",
84-
"numpy ==2.3.1; python_version == '3.10'",
84+
"numpy ==2.2.6; python_version == '3.10'",
8585
"numpy ~= 2.3.0; python_version > '3.10'",
8686
"flask_wtf~=1.2.0",
8787
"fickling~=0.1.0,>=0.1.3",

renovate.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
{
99
"matchPackageNames": ["pydantic"],
1010
"enabled": false
11+
},
12+
{
13+
"matchPackageNames": ["numpy"],
14+
"matchCurrentValue": "==2.2.6",
15+
"enabled": false
1116
}
1217
]
1318
}

0 commit comments

Comments
 (0)