mirror of
https://github.com/umap-project/umap.git
synced 2025-05-04 13:41:49 +02:00
Compare commits
6 commits
aa43d4efa8
...
38e862c04a
Author | SHA1 | Date | |
---|---|---|---|
![]() |
38e862c04a | ||
![]() |
2d0325f1fb | ||
![]() |
b8ab86b075 | ||
![]() |
7e774bc3aa | ||
![]() |
f4e3e679a9 | ||
![]() |
6d391a51be |
1 changed files with 3 additions and 3 deletions
|
@ -44,7 +44,7 @@ dependencies = [
|
|||
[project.optional-dependencies]
|
||||
dev = [
|
||||
"hatch==1.14.0",
|
||||
"ruff==0.11.2",
|
||||
"ruff==0.11.4",
|
||||
"djlint==1.36.4",
|
||||
"mkdocs==1.6.1",
|
||||
"mkdocs-material==9.6.10",
|
||||
|
@ -62,13 +62,13 @@ test = [
|
|||
"pytest-playwright==0.7.0",
|
||||
"pytest-rerunfailures==15.0",
|
||||
"pytest-xdist>=3.5.0,<4",
|
||||
"moto[s3]==5.1.1"
|
||||
"moto[s3]==5.1.3"
|
||||
]
|
||||
docker = [
|
||||
"uvicorn==0.34.0",
|
||||
]
|
||||
s3 = [
|
||||
"django-storages[s3]==1.14.5",
|
||||
"django-storages[s3]==1.14.6",
|
||||
]
|
||||
sync = [
|
||||
"pydantic==2.11.1",
|
||||
|
|
Loading…
Reference in a new issue