diff --git a/sdk/evaluation/azure-ai-evaluation/setup.py b/sdk/evaluation/azure-ai-evaluation/setup.py index af73fcd6e2dc..3d0cdb27873d 100644 --- a/sdk/evaluation/azure-ai-evaluation/setup.py +++ b/sdk/evaluation/azure-ai-evaluation/setup.py @@ -68,7 +68,6 @@ "promptflow-devkit>=1.15.0", "promptflow-core>=1.15.0", "websocket-client>=1.2.0", - "jsonpath_ng>=1.5.0", "numpy>=1.23.2; python_version<'3.12'", "numpy>=1.26.4; python_version>='3.12'", "pyjwt>=2.8.0", diff --git a/shared_requirements.txt b/shared_requirements.txt index 295708bf1d72..e9fc401f0cd5 100644 --- a/shared_requirements.txt +++ b/shared_requirements.txt @@ -71,6 +71,5 @@ dnspython promptflow-core promptflow-devkit numpy -jsonpath-ng nltk rouge-score \ No newline at end of file