mirror of
https://github.com/umap-project/umap.git
synced 2025-05-05 06:01:48 +02:00
Compare commits
No commits in common. "38e862c04aeb304e12187883659a00884bacbe0b" and "aa43d4efa8889e58815bd4a1ce795ab8ba737b79" have entirely different histories.
38e862c04a
...
aa43d4efa8
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.4",
|
||||
"ruff==0.11.2",
|
||||
"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.3"
|
||||
"moto[s3]==5.1.1"
|
||||
]
|
||||
docker = [
|
||||
"uvicorn==0.34.0",
|
||||
]
|
||||
s3 = [
|
||||
"django-storages[s3]==1.14.6",
|
||||
"django-storages[s3]==1.14.5",
|
||||
]
|
||||
sync = [
|
||||
"pydantic==2.11.1",
|
||||
|
|
Loading…
Reference in a new issue