mirror of
https://github.com/umap-project/umap.git
synced 2025-05-04 13:41:49 +02:00
Compare commits
No commits in common. "ec050144f5e481e6bdd2e74ab0c01e4f604b2876" and "e0ca66f18672cc883f2f093c34ea639b8a934b05" have entirely different histories.
ec050144f5
...
e0ca66f186
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.11.2
|
||||
mkdocs-material==9.5.44
|
||||
mkdocs-material==9.5.42
|
||||
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.11.2
|
||||
mkdocs-material==9.5.44
|
||||
mkdocs-material==9.5.42
|
||||
mkdocs-static-i18n==1.2.3
|
||||
|
|
|
@ -28,7 +28,7 @@ classifiers = [
|
|||
"Programming Language :: Python :: 3.12",
|
||||
]
|
||||
dependencies = [
|
||||
"Django==5.1.3",
|
||||
"Django==5.1.2",
|
||||
"django-agnocomplete==2.2.0",
|
||||
"django-environ==0.11.2",
|
||||
"django-probes==1.7.0",
|
||||
|
@ -44,10 +44,10 @@ dependencies = [
|
|||
[project.optional-dependencies]
|
||||
dev = [
|
||||
"hatch==1.13.0",
|
||||
"ruff==0.7.3",
|
||||
"djlint==1.36.1",
|
||||
"ruff==0.7.1",
|
||||
"djlint==1.35.2",
|
||||
"mkdocs==1.6.1",
|
||||
"mkdocs-material==9.5.44",
|
||||
"mkdocs-material==9.5.42",
|
||||
"mkdocs-static-i18n==1.2.3",
|
||||
"vermin==1.6.0",
|
||||
"pymdown-extensions==10.11.2",
|
||||
|
|
Loading…
Reference in a new issue