Skip to content

Commit

Permalink
downgrade numpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoqing committed Apr 25, 2024
1 parent e62097e commit 86c7f03
Show file tree
Hide file tree
Showing 5 changed files with 217 additions and 215 deletions.
3 changes: 2 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@
"name": "Python 调试程序: 远程附加",
"type": "debugpy",
"request": "attach",
"justMyCode": false,
"connect": {
"host": "localhost",
"port": 5678
},
"pathMappings": [
{
"localRoot": "${workspaceFolder}/src/PyCXpress/example",
"remoteRoot": "."
"remoteRoot": "${workspaceFolder}/src/PyCXpress/example"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ poetry-remove:
#* Installation
.PHONY: install
install:
poetry lock -n && poetry export --without-hashes > requirements.txt
poetry lock -n --no-update && poetry export --without-hashes > requirements.txt
poetry install -n
-poetry run mypy --install-types --non-interactive ./

Expand Down
Loading

0 comments on commit 86c7f03

Please sign in to comment.