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 86d97f6 commit 6b52a53Copy full SHA for 6b52a53
sdk/evaluation/azure-ai-evaluation/setup.py
@@ -69,7 +69,8 @@
69
"promptflow-core>=1.15.0",
70
"websocket-client>=1.2.0",
71
"jsonpath_ng>=1.5.0",
72
- "numpy>=1.23.2",
+ "numpy>=1.23.2; python_version<'3.12'",
73
+ "numpy>=1.26.4; python_version>='3.12'",
74
"pyjwt>=2.8.0",
75
"azure-identity>=1.12.0",
76
"azure-core>=1.30.2",
sdk/evaluation/platform-matrix.json
@@ -35,6 +35,17 @@
35
"TestSamples": "false"
36
}
37
38
+ },
39
+ {
40
+ "Config": {
41
+ "Ubuntu2004_312": {
42
+ "OSVmImage": "env:LINUXVMIMAGE",
43
+ "Pool": "env:LINUXPOOL",
44
+ "PythonVersion": "3.12",
45
+ "CoverageArg": "--disablecov",
46
+ "TestSamples": "false"
47
+ }
48
49
50
]
51
0 commit comments