changed requirements.txt:
- mypy makes problems with stubs of numpy==1.21.*, so thate 1.20.* is used - update to the latest construct version
This commit is contained in:
parent
334e13c630
commit
cf068dca85
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
construct==2.10.66
|
||||
construct==2.10.67
|
||||
pytest>=6.2.0
|
||||
numpy>=1.20.*
|
||||
numpy==1.20.*
|
||||
arrow
|
||||
ruamel.yaml
|
||||
cloudpickle
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue