Skip to content

Commit

Permalink
Fix numpy version in dev requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
harishmohanraj committed Feb 21, 2024
1 parent 6a99824 commit 0404880
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions nbs/Mkdocs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3853,8 +3853,6 @@
}
],
"source": [
"# | notest\n",
"\n",
"@contextmanager\n",
"def set_numpy_experimental_dtype_env_var():\n",
" if sys.version_info >= (3,9):\n",
Expand Down
2 changes: 1 addition & 1 deletion settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dev_requirements = \
pre-commit==2.21.0 \
detect-secrets==1.4.0 \
pandas>=1.3.5,<2.0.0 \
numpy>=1.21.6
numpy==1.21.6


console_scripts = nbdev_mkdocs=nbdev_mkdocs._cli:_app

0 comments on commit 0404880

Please sign in to comment.