Skip to content

Commit

Permalink
freeze version of report-creator (#836)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosler committed May 13, 2024
2 parents d79695d + 8074242 commit 9b52ad7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -151,13 +151,13 @@ forecast = [
"statsmodels",
"plotly",
"oracledb",
"report-creator",
"report-creator==1.0.9",
]
anomaly = [
"oracle_ads[opctl]",
"autots",
"oracledb",
"report-creator",
"report-creator==1.0.9",
]
feature-store-marketplace = [
"oracle-ads[opctl]",
Expand All @@ -173,7 +173,7 @@ pii = [
"scrubadub_spacy",
"spacy-transformers==1.2.5",
"spacy==3.6.1",
"report-creator",
"report-creator==1.0.9",
]
llm = ["langchain-community<0.0.32", "langchain>=0.1.10,<0.1.14", "evaluate>=0.4.0"]
aqua = ["jupyter_server"]
Expand Down

0 comments on commit 9b52ad7

Please sign in to comment.