Skip to content

Commit

Permalink
Avoid numpy 1.23
Browse files Browse the repository at this point in the history
Avoid numpy 1.23
  • Loading branch information
Quentin Peter committed Jun 23, 2022
1 parent a64e21d commit b770e0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements/conda.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jsonschema >=3.2.0
keyring >=17.0.0
nbconvert >=4.0
numpydoc >=0.6.0
numpy >=1.7,<1.23
Paramiko >=2.4.0
parso >=0.7.0,<0.9.0
pexpect >=4.4.0
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ def run(self):
'keyring>=17.0.0',
'nbconvert>=4.0',
'numpydoc>=0.6.0',
'numpy>=1.7,<1.23',
# Required to get SSH connections to remote kernels
'paramiko>=2.4.0;platform_system=="Windows"',
'parso>=0.7.0,<0.9.0',
Expand Down

0 comments on commit b770e0f

Please sign in to comment.