Skip to content

Commit

Permalink
Dependencies: Remove "ngr", add "notebook", link "test" to "testing"
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Nov 22, 2023
1 parent 13065d5 commit 824e0d7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ngr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
pip install --upgrade 'setuptools>=64'
# Install package in editable mode.
pip install --use-pep517 --prefer-binary --editable='.[cli,ngr,develop,test]'
pip install --use-pep517 --prefer-binary --editable='.[cli,develop,test]'
- name: Run linter and software tests
run: |
Expand Down
23 changes: 11 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ dependencies = [

[project.optional-dependencies]
all = [
"pueblo[cli,ngr,nlp,testing,web]",
"pueblo[cli,nlp,notebook,testing,web]",
]
cli = [
"click<9",
Expand All @@ -79,37 +79,36 @@ cli = [
]
develop = [
"black[jupyter]<24",
"mypy==1.7.0",
"mypy==1.7",
"poethepoet<1",
"pyproject-fmt>=1.3,<1.6",
"pyproject-fmt<1.6,>=1.3",
"ruff==0.1.6",
"validate-pyproject<0.16",
]
ngr = [
]
nlp = [
"aiohttp<3.10",
"langchain",
"unstructured<0.11",
]
notebook = [
"nbclient<0.10",
"nbdime<4",
"notebook<8",
"pytest-notebook<0.10",
]
release = [
"build<2",
"twine<5",
]
test = [
"nbclient<0.10",
"nbdime<4",
"pytest<8",
"pytest-cov<5",
"pytest-mock<4",
"pueblo[testing]",
]
testing = [
"coverage~=7.3",
"ipykernel",
"pytest<8",
"pytest-cov<5",
"pytest-env<2",
"pytest-notebook<0.10",
"pytest-mock<4",
]
web = [
"requests-cache<2",
Expand Down

0 comments on commit 824e0d7

Please sign in to comment.