Skip to content

Commit

Permalink
Revert "Set all min deps" (#566)
Browse files Browse the repository at this point in the history
This reverts commit aa1e74a.
  • Loading branch information
blink1073 authored Apr 8, 2024
1 parent aa1e74a commit e727e21
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 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: minimum
dependency_type: pre
- name: Run the unit tests
run: |
hatch run test:nowarn || hatch run test:nowarn --lf
Expand Down
21 changes: 10 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,18 @@ urls = {Homepage = "https://jupyter.org"}
requires-python = ">=3.8"
dynamic = ["version"]
dependencies = [
"click>=8.0.2",
"ghapi>=1.0,<=1.0.4",
"numpy>=1.24.4,<2.0.0",
"click",
"ghapi<=1.0.4",
"github-activity~=0.2",
"importlib_resources>=5.11",
"importlib_resources",
"jsonschema>=3.0.1",
"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",
"mdformat",
"packaging",
"pkginfo",
"pypiserver",
"pipx",
"requests",
"requests_cache",
"toml~=0.10",
]

Expand Down

0 comments on commit e727e21

Please sign in to comment.