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 5731696 commit e4cabf3Copy full SHA for e4cabf3
sdk/evaluation/azure-ai-evaluation/setup.py
@@ -68,7 +68,6 @@
68
"promptflow-devkit>=1.15.0",
69
"promptflow-core>=1.15.0",
70
"websocket-client>=1.2.0",
71
- "jsonpath_ng>=1.5.0",
72
"numpy>=1.23.2; python_version<'3.12'",
73
"numpy>=1.26.4; python_version>='3.12'",
74
"pyjwt>=2.8.0",
shared_requirements.txt
@@ -71,6 +71,5 @@ dnspython
promptflow-core
promptflow-devkit
numpy
-jsonpath-ng
75
nltk
76
rouge-score
0 commit comments