Compare commits

...

2 Commits

Author SHA1 Message Date
1955cdb1b0 Update dependency numpy to ~=1.26.3,<1.27.0 2024-01-21 22:13:53 +02:00
c9e16ea6da Update dependency mypy to v1.8.0 2024-01-21 21:10:14 +02:00
2 changed files with 2 additions and 2 deletions
requirements

@ -1,3 +1,3 @@
colour==0.1.5
numpy~=1.24.0,<1.25.0
numpy~=1.26.3,<1.27.0
pillow~=10.2.0

@ -1,7 +1,7 @@
black==23.12.1
build==0.10.0
isort==5.13.2
mypy==1.4.1
mypy==1.8.0
pylint==2.17.7
pytest-cov==4.1.0
pytest==7.4.4