Skip to content

Commit fb612ae

Browse files
committed
fix development package freeze
1 parent c491a2e commit fb612ae

5 files changed

Lines changed: 795 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pasteur"
3-
version = "0.0.4"
3+
version = "0.0.5"
44
authors = [
55
{ name="Kapenekakis Antheas", email="antheas@cs.aau.dk" },
66
]
@@ -53,8 +53,7 @@ docs = [
5353
"recommonmark==0.7.1",
5454
"sphinx-autodoc-typehints==1.11.1",
5555
"sphinx_copybutton==0.3.1",
56-
"ipykernel>=5.3, <7.0",
57-
"Jinja2<3.1.0",
56+
"Jinja2",
5857
]
5958

6059
[project.urls]

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
-e .[opt,test,cls,docs]
1+
-e file:.[opt,test,cls,docs]

0 commit comments

Comments
 (0)