Skip to content

Commit

Permalink
Use numpy>=1.23.3 for Python 3.11
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Zhao <[email protected]>
  • Loading branch information
SimonYansenZhao committed Sep 12, 2023
1 parent 284a9ff commit 73a47c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
# hypothesis 6.83.1 introduced a non-existent attribute '_deferred_pprinters' of IPython.lib.pretty in
# https://github.com/HypothesisWorks/hypothesis/commit/5ea8e0c3e6da1cd9fb3f302124dc74791c14db11
"hypothesis<6.83.1",
"numpy>=1.23.3;python_version=='3.11'",
]

# shared dependencies
Expand Down

0 comments on commit 73a47c2

Please sign in to comment.