Skip to content

Commit

Permalink
Specify compatibility with NumPy < 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nunofachada committed Jun 17, 2024
1 parent a20a2be commit 9de0c4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "pyclugen"
description = "Multidimensional cluster generation in Python"
version = "1.1.1"
version = "1.1.2"
authors = [ { name = "Nuno Fachada", email = "faken@fakenmc.com" } ]
readme = "README.md"
requires-python = ">=3.8"
Expand All @@ -26,7 +26,7 @@ classifiers = [
"Operating System :: OS Independent",
"Topic :: Scientific/Engineering"
]
dependencies = [ "numpy >= 1.20" ]
dependencies = [ "numpy >= 1.20, < 2" ]

[project.optional-dependencies]
dev = [
Expand Down

0 comments on commit 9de0c4f

Please sign in to comment.