Fix pipenv jobs (#699)

This commit is contained in:
Dmitry Shibanov
2023-07-13 14:11:40 +02:00
committed by GitHub
parent 0d5da6a89a
commit c16c4b8d18
6 changed files with 75 additions and 48 deletions

View File

@ -4,8 +4,8 @@ verify_ssl = true
name = "pypi"
[packages]
flake8 = "==4.0.1"
numpy = "==1.23.0"
flake8 = "==6.0.0"
numpy = "==1.25.1"
[dev-packages]