We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8757a3c commit 24ea67fCopy full SHA for 24ea67f
pyproject.toml
@@ -30,9 +30,9 @@ authors = [
30
license = {file = 'LICENSE'}
31
requires-python = '>=3.9'
32
dependencies = [
33
- "numpy>=1.22.4; python_version<'3.11'",
34
- "numpy>=1.23.2; python_version=='3.11'",
35
- "numpy>=1.26.0; python_version>='3.12'",
+ "numpy>=1.22.4,<2; python_version<'3.11'",
+ "numpy>=1.23.2,<2; python_version=='3.11'",
+ "numpy>=1.26.0,<2; python_version>='3.12'",
36
"python-dateutil>=2.8.2",
37
"pytz>=2020.1",
38
"tzdata>=2022.7"
0 commit comments