File tree Expand file tree Collapse file tree 2 files changed +22
-21
lines changed
Expand file tree Collapse file tree 2 files changed +22
-21
lines changed Original file line number Diff line number Diff line change 11[mypy]
22strict = True
3- files = src/
3+ files = src/
4+ disallow_untyped_decorators = False
Original file line number Diff line number Diff line change 44#
55# pip-compile --output-file=./requirements.txt --pre ./requirements.in
66#
7- aiohappyeyeballs == 2.6.1
7+ aiohappyeyeballs == 2.* , >= 2. 6.1
88 # via aiohttp
9- aiohttp == 3.12.15
9+ aiohttp == 3.* , >= 3. 12.15
1010 # via wslink
11- aiosignal == 1.4.0
11+ aiosignal == 1.* , >= 1. 4.0
1212 # via aiohttp
13- attrs == 25.3.0
13+ attrs == 25.* , >= 25. 3.0
1414 # via aiohttp
15- contourpy == 1.3.3
15+ contourpy == 1.* , >= 1. 3.3
1616 # via matplotlib
17- cycler == 0.12.1
17+ cycler == 0.* , >= 0. 12.1
1818 # via matplotlib
19- fonttools == 4.60.0
19+ fonttools == 4.* , >= 4. 60.1
2020 # via matplotlib
21- frozenlist == 1.7.0
21+ frozenlist == 1.* , >= 1. 7.0
2222 # via
2323 # aiohttp
2424 # aiosignal
2525idna == 3.10
2626 # via yarl
27- kiwisolver == 1.4.10rc0
27+ kiwisolver == 1.* , >= 1. 4.10rc0
2828 # via matplotlib
29- matplotlib == 3.10.6
29+ matplotlib == 3.* , >= 3. 10.6
3030 # via vtk
31- multidict == 6.6.4
31+ multidict == 6.* , >= 6. 6.4
3232 # via
3333 # aiohttp
3434 # yarl
35- numpy == 2.3.3
35+ numpy == 2.* , >= 2. 3.3
3636 # via
3737 # contourpy
3838 # matplotlib
3939packaging == 25.0
4040 # via matplotlib
41- pillow == 11.3.0
41+ pillow == 11.* , >= 11. 3.0
4242 # via matplotlib
43- propcache == 0.3.2
43+ propcache == 0.* , >= 0. 3.2
4444 # via
4545 # aiohttp
4646 # yarl
47- pyparsing == 3.2.5
47+ pyparsing == 3.* , >= 3.3.0a1
4848 # via matplotlib
49- python-dateutil == 2.9.0.post0
49+ python-dateutil == 2.9.* , >= 2.9. 0.post0
5050 # via matplotlib
51- six == 1.17.0
51+ six == 1.* , >= 1. 17.0
5252 # via python-dateutil
53- typing-extensions == 4.15.0
53+ typing-extensions == 4.* , >= 4. 15.0
5454 # via aiosignal
5555vtk == 9.5.2
5656 # via -r requirements.in
57- websocket-client == 1.8.0
57+ websocket-client == 1.* , >= 1. 8.0
5858 # via -r requirements.in
5959wslink == 1.12.4
6060 # via -r requirements.in
61- yarl == 1.20.1
61+ yarl == 1.* , >= 1. 20.1
6262 # via aiohttp
You can’t perform that action at this time.
0 commit comments