Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ map = [
"matplotlib>=3.10.1,<4",
]
plot = ["kaleido>=1,<2"]
gef = ["pygef>=0.11.1,<0.12"]
gef = ["pygef>=0.14,<0.15"]
notebook = ["cems-nuclei[client]>=3.0.0,<4"]
test = [
# coveralls is fixed to 3.3.1, because there is no support for python 3.13
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ ptyprocess==0.7.0
# via pexpect
pure-eval==0.2.3
# via stack-data
pygef==0.11.1
pygef==0.14.0
# via geoprofile (pyproject.toml)
pygments==2.19.2
# via
Expand Down
Loading