Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-mue committed Jun 22, 2024
1 parent d82618f commit 453e3d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import geometer

project = "geometer"
copyright = "2023, Jan Müller"
copyright = "2024, Jan Müller"
author = "Jan Müller"

# The short X.Y version
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = [
"numpy>=1.22"
"numpy>=1.22,<2.0"
]

[project.optional-dependencies]
Expand Down

0 comments on commit 453e3d5

Please sign in to comment.