mirror of
https://github.com/umap-project/umap.git
synced 2025-05-16 02:31:53 +02:00
Compare commits
8 commits
ebae9a8cd0
...
a7325dcb02
Author | SHA1 | Date | |
---|---|---|---|
![]() |
a7325dcb02 | ||
![]() |
f69a3e18b7 | ||
![]() |
c482a84abb | ||
![]() |
d79686cb31 | ||
![]() |
7344c60baa | ||
![]() |
5b5931dadb | ||
![]() |
6c6698966d | ||
![]() |
2b6ae7227e |
3 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
# Force rtfd to use a recent version of mkdocs
|
||||
mkdocs==1.6.1
|
||||
pymdown-extensions==10.13
|
||||
mkdocs-material==9.5.48
|
||||
mkdocs-material==9.5.49
|
||||
mkdocs-static-i18n==1.2.3
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Force rtfd to use a recent version of mkdocs
|
||||
mkdocs==1.6.1
|
||||
pymdown-extensions==10.13
|
||||
mkdocs-material==9.5.48
|
||||
mkdocs-material==9.5.49
|
||||
mkdocs-static-i18n==1.2.3
|
||||
|
|
|
@ -45,9 +45,9 @@ dependencies = [
|
|||
dev = [
|
||||
"hatch==1.14.0",
|
||||
"ruff==0.8.4",
|
||||
"djlint==1.36.3",
|
||||
"djlint==1.36.4",
|
||||
"mkdocs==1.6.1",
|
||||
"mkdocs-material==9.5.48",
|
||||
"mkdocs-material==9.5.49",
|
||||
"mkdocs-static-i18n==1.2.3",
|
||||
"vermin==1.6.0",
|
||||
"pymdown-extensions==10.13",
|
||||
|
@ -61,7 +61,7 @@ test = [
|
|||
"pytest-playwright==0.6.2",
|
||||
"pytest-rerunfailures==15.0",
|
||||
"pytest-xdist>=3.5.0,<4",
|
||||
"moto[s3]==5.0.24"
|
||||
"moto[s3]==5.0.25"
|
||||
]
|
||||
docker = [
|
||||
"uwsgi==2.0.28",
|
||||
|
@ -72,7 +72,7 @@ s3 = [
|
|||
sync = [
|
||||
"channels==4.2.0",
|
||||
"daphne==4.1.2",
|
||||
"pydantic==2.10.3",
|
||||
"pydantic==2.10.4",
|
||||
"websockets==13.1",
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue