Skip to content

Commit

Permalink
extras fix
Browse files Browse the repository at this point in the history
  • Loading branch information
myedibleenso committed Oct 31, 2023
1 parent 6009eb1 commit 3af73f7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ metal = ["skema[ml]",
"mock",
"askem_extractions[all]@git+https://github.com/ml4ai/ASKEM-TA1-DataModel"]

# for llm use in skema
llms = ["langchain==0.0.325"]

# dependencies for text reading utilities.
tr = ["skema[ml]", "pyarrow==13.0.0",
"tqdm",
Expand All @@ -79,16 +82,13 @@ tr = ["skema[ml]", "pyarrow==13.0.0",
# project documentation generation
doc = ["mkdocs==1.2.3", "pdoc3==0.10.0", "mkdocs-git-snippet==0.1.1", "mkdocs-git-revision-date-localized-plugin==0.11.1", "mkdocs-git-authors-plugin==0.6.3", "mkdocs-rtd-dropdown==1.0.2", "jinja2<3.1.0"]

core = ["skema[img2mml]", "skema[isa]", "skema[tr]", "skema[metal]"]
core = ["skema[img2mml]", "skema[isa]", "skema[tr]", "skema[metal]", "skema[llms]"]

# see skema/img2mml/render_mml/mathpix_annotator
annotations = ["matplotlib", "notebook"]

# for llm use in skema
llms = ["langchain==0.0.325"]

# all extras
all = ["skema[core]", "skema[dev]", "skema[doc]", "skema[demo]", "skema[annotations]", "skema[llms]"]
all = ["skema[core]", "skema[dev]", "skema[doc]", "skema[demo]", "skema[annotations]"]

[tool.setuptools.package-dir]
"skema.gromet" = "skema/gromet"
Expand Down

0 comments on commit 3af73f7

Please sign in to comment.