Skip to content

Commit

Permalink
Move dependencies list to correct section
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianSosic committed Nov 29, 2023
1 parent bae37c4 commit 15f0e2b
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,6 @@ keywords = [
"Optimization",
]
dynamic = ['version']

[project.urls]
Documentation = "https://emdgroup.github.io/baybe/"
Changelog = "https://github.com/emdgroup/BayBE/CHANGELOG.md" # TODO: use doc page
GitHub = "https://github.com/emdgroup/BayBE/"
Issues = "https://github.com/emdgroup/BayBE/issues"

# DEV TOOLS NOTE: The versions of all dev tools should be consistent everywhere
# (pre-commit, environment.yml, requirements.txt, pyproject.toml, ...)

# AUDIT NOTE: The marked packages are secondary dependencies but their versions are
# set explicitly because the otherwise installed default versions have been flagged
# for vulnerabilities by pip-audit

dependencies = [
"attrs>=22.2.0",
"botorch>=0.8.1",
Expand All @@ -63,6 +49,19 @@ dependencies = [
"baybe[telemetry]",
]

[project.urls]
Documentation = "https://emdgroup.github.io/baybe/"
Changelog = "https://github.com/emdgroup/BayBE/CHANGELOG.md" # TODO: use doc page
GitHub = "https://github.com/emdgroup/BayBE/"
Issues = "https://github.com/emdgroup/BayBE/issues"

# DEV TOOLS NOTE: The versions of all dev tools should be consistent everywhere
# (pre-commit, environment.yml, requirements.txt, pyproject.toml, ...)

# AUDIT NOTE: The marked packages are secondary dependencies but their versions are
# set explicitly because the otherwise installed default versions have been flagged
# for vulnerabilities by pip-audit

[project.optional-dependencies]
chem = [
"rdkit>=2022.3.4",
Expand Down

0 comments on commit 15f0e2b

Please sign in to comment.