We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3b99ad commit a1dcf7aCopy full SHA for a1dcf7a
pyproject.toml
@@ -81,7 +81,7 @@ test = [
81
"security==1.3.1",
82
"types-mock==5.2.*",
83
"django>=4,<6",
84
- "numpy ==2.3.1; python_version == '3.10'",
+ "numpy ==2.2.6; python_version == '3.10'",
85
"numpy ~= 2.3.0; python_version > '3.10'",
86
"flask_wtf~=1.2.0",
87
"fickling~=0.1.0,>=0.1.3",
renovate.json
@@ -8,6 +8,11 @@
8
{
9
"matchPackageNames": ["pydantic"],
10
"enabled": false
11
+ },
12
+ {
13
+ "matchPackageNames": ["numpy"],
14
+ "matchCurrentValue": "==2.2.6",
15
+ "enabled": false
16
}
17
]
18
0 commit comments