Skip to content

Commit cf068dc

Browse files
committed
changed requirements.txt:
- mypy makes problems with stubs of numpy==1.21.*, so thate 1.20.* is used - update to the latest construct version
1 parent 334e13c commit cf068dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
construct==2.10.66
1+
construct==2.10.67
22
pytest>=6.2.0
3-
numpy>=1.20.*
3+
numpy==1.20.*
44
arrow
55
ruamel.yaml
66
cloudpickle

0 commit comments

Comments
 (0)