Skip to content

Commit

Permalink
Merge pull request #19 from garciagenrique/ntbk_v6
Browse files Browse the repository at this point in the history
Environment dependencies
  • Loading branch information
garciagenrique authored May 10, 2024
2 parents ab0e88b + 4e3e285 commit f065ef5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ classifiers = [
dependencies = [
"jupyter_server>=2.0.1,<3",
"jupyterlab~=4.1,<5",
"notebook<7",
"peewee",
"psutil",
"pyjwt",
"jsonschema",
"jsonschema<4.20",
"rucio-clients>=32.0",
"traitlets",
]
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
jupyterlab~=4.1,<4.2
notebook<7
peewee
jsonschema
jsonschema<4.20
psutil
pytest
pytest-mock
Expand Down

0 comments on commit f065ef5

Please sign in to comment.