Skip to content

Commit

Permalink
Set all min deps (#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Apr 4, 2024
1 parent 8f84852 commit aa1e74a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
- uses: actions/checkout@v4
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
with:
dependency_type: pre
dependency_type: minimum
- name: Run the unit tests
run: |
hatch run test:nowarn || hatch run test:nowarn --lf
Expand Down
21 changes: 11 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,19 @@ urls = {Homepage = "https://jupyter.org"}
requires-python = ">=3.8"
dynamic = ["version"]
dependencies = [
"click",
"ghapi<=1.0.4",
"click>=8.0.2",
"ghapi>=1.0,<=1.0.4",
"numpy>=1.24.4,<2.0.0",
"github-activity~=0.2",
"importlib_resources",
"importlib_resources>=5.11",
"jsonschema>=3.0.1",
"mdformat",
"packaging",
"pkginfo",
"pypiserver",
"pipx",
"requests",
"requests_cache",
"mdformat>=0.7.5",
"packaging>=23.0",
"pkginfo>=1.7.1",
"pypiserver>=2.0.1",
"pipx>=1.3.3",
"requests>=2.2",
"requests_cache>=1.1",
"toml~=0.10",
]

Expand Down

0 comments on commit aa1e74a

Please sign in to comment.