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