@@ -29,17 +29,6 @@ copernicusmarine = ">=2.2.2"
2929yaspin = " *"
3030textual = " *"
3131
32- [environments ]
33- default = { features = [" test" , " notebooks" , " typing" , " pre-commit" ] }
34- test-latest = { features = [" test" ], solve-group = " test" }
35- test-py310 = { features = [" test" , " py310" ] }
36- test-py311 = { features = [" test" , " py311" ] }
37- test-py312 = { features = [" test" , " py312" ] }
38- test-notebooks = { features = [" test" , " notebooks" ], solve-group = " test" }
39- docs = { features = [" docs" ], solve-group = " docs" }
40- typing = { features = [" typing" ], solve-group = " typing" }
41- pre-commit = { features = [" pre-commit" ], no-default-feature = true }
42-
4332[dependencies ]
4433virtualship = { path = " ." }
4534
@@ -95,3 +84,14 @@ lxml = "*"
9584
9685[feature .typing .tasks ]
9786typing = " mypy src/virtualship --install-types"
87+
88+ [environments ]
89+ default = { features = [" test" , " notebooks" , " typing" , " pre-commit" ] }
90+ test-latest = { features = [" test" ], solve-group = " test" }
91+ test-py310 = { features = [" test" , " py310" ] }
92+ test-py311 = { features = [" test" , " py311" ] }
93+ test-py312 = { features = [" test" , " py312" ] }
94+ test-notebooks = { features = [" test" , " notebooks" ], solve-group = " test" }
95+ docs = { features = [" docs" ], solve-group = " docs" }
96+ typing = { features = [" typing" ], solve-group = " typing" }
97+ pre-commit = { features = [" pre-commit" ], no-default-feature = true }
0 commit comments