Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
- Fix to avoid numpy v2 (released 16th June)
- Explicit exclusion of Python 3.12 (not supported)
  • Loading branch information
alanbchristie authored Jun 19, 2024
1 parent 9853f8d commit 33dec08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ classifiers = [
description = "Tools to generate data suitable for loading into Fragalysis"
dependencies = [
'rdkit == 2023.3.2',
'numpy == 1.26.4',
'pandas == 1.5.3',
'pyyaml == 6.0',
'gemmi == 0.6.0',
Expand All @@ -26,7 +27,7 @@ dependencies = [
dynamic = ["version"]
license.file = "LICENSE"
readme = "README.md"
requires-python = ">=3.10"
requires-python = ">=3.10,<3.12.0"

#[tool.setuptools.packages.find]
#where = ["src/xchemalign"]
Expand Down

0 comments on commit 33dec08

Please sign in to comment.