Skip to content

Commit 49fe558

Browse files
mkdocs constraining, fixes issue #11 (#12)
Co-authored-by: mkuehbach <markus.kuehbach@physik.hu-berlin.de>
1 parent d3ff68f commit 49fe558

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
cff-version: 1.2.0
22
title: 'nomad-north-fiji: NOMAD NORTH plugin for FIJI'
3-
version: 0.1.2
3+
version: 0.1.3
44
message:
55
If you use this software, please cite it using the
66
metadata from this file.
77
type: software
8-
98
authors:
109
- given-names: Markus
1110
family-names: Kühbach
@@ -34,6 +33,7 @@ authors:
3433
- given-names: Claudia
3534
family-names: Draxl
3635
orcid: 'https://orcid.org/0000-0003-3523-6657'
36+
doi: '10.5281/zenodo.19473836'
3737
repository-code: 'https://github.com/FAIRmat-NFDI/nomad-north-fiji'
3838
keywords:
3939
- NOMAD

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ classifiers = [
1111
"Programming Language :: Python :: 3.11",
1212
"Programming Language :: Python :: 3.12",
1313
"Programming Language :: Python :: 3.13",
14+
"Programming Language :: Python :: 3.14",
1415
"License :: OSI Approved :: Apache Software License",
1516
]
1617
name = "nomad-north-fiji"
@@ -37,8 +38,8 @@ dev = [
3738
"ruff",
3839
"pytest",
3940
"structlog",
40-
"mkdocs",
41-
"mkdocs-material==9.7.3",
41+
"mkdocs<2",
42+
"mkdocs-material",
4243
"pymdown-extensions",
4344
"mkdocs-click",
4445
"pytest-asyncio",

0 commit comments

Comments
 (0)