mirror of
https://github.com/umap-project/umap.git
synced 2025-05-08 15:21:50 +02:00
Compare commits
No commits in common. "246aedaeb94259dcf016b81faa44e82db6bfc75e" and "d0156bc7a626c8c6b82ee7c8866cde47780f4df7" have entirely different histories.
246aedaeb9
...
d0156bc7a6
3 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
||||||
# Force rtfd to use a recent version of mkdocs
|
# Force rtfd to use a recent version of mkdocs
|
||||||
mkdocs==1.6.1
|
mkdocs==1.6.1
|
||||||
pymdown-extensions==10.12
|
pymdown-extensions==10.12
|
||||||
mkdocs-material==9.5.48
|
mkdocs-material==9.5.47
|
||||||
mkdocs-static-i18n==1.2.3
|
mkdocs-static-i18n==1.2.3
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# Force rtfd to use a recent version of mkdocs
|
# Force rtfd to use a recent version of mkdocs
|
||||||
mkdocs==1.6.1
|
mkdocs==1.6.1
|
||||||
pymdown-extensions==10.12
|
pymdown-extensions==10.12
|
||||||
mkdocs-material==9.5.48
|
mkdocs-material==9.5.47
|
||||||
mkdocs-static-i18n==1.2.3
|
mkdocs-static-i18n==1.2.3
|
||||||
|
|
|
@ -44,10 +44,10 @@ dependencies = [
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
dev = [
|
dev = [
|
||||||
"hatch==1.13.0",
|
"hatch==1.13.0",
|
||||||
"ruff==0.8.2",
|
"ruff==0.8.1",
|
||||||
"djlint==1.36.3",
|
"djlint==1.36.3",
|
||||||
"mkdocs==1.6.1",
|
"mkdocs==1.6.1",
|
||||||
"mkdocs-material==9.5.48",
|
"mkdocs-material==9.5.47",
|
||||||
"mkdocs-static-i18n==1.2.3",
|
"mkdocs-static-i18n==1.2.3",
|
||||||
"vermin==1.6.0",
|
"vermin==1.6.0",
|
||||||
"pymdown-extensions==10.12",
|
"pymdown-extensions==10.12",
|
||||||
|
@ -68,7 +68,7 @@ docker = [
|
||||||
sync = [
|
sync = [
|
||||||
"channels==4.2.0",
|
"channels==4.2.0",
|
||||||
"daphne==4.1.2",
|
"daphne==4.1.2",
|
||||||
"pydantic==2.10.3",
|
"pydantic==2.10.2",
|
||||||
"websockets==13.1",
|
"websockets==13.1",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue