Skip to content

Commit

Permalink
acceptance testing for low-dependency version of AIMSim backend
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonBurns committed Mar 1, 2024
1 parent ef646ac commit f6aa85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ requires-python = ">=3.8"
dependencies = ["scikit_learn", "tabulate", "numpy", "scipy", "pandas"]

[project.optional-dependencies]
molecules = ["aimsim"]
molecules = ["aimsim_core"]
dev = ["black", "isort", "pytest"]
demos = ["plotly", "tabulate", "py2opsin", "kaleido"]

Expand Down

0 comments on commit f6aa85c

Please sign in to comment.