Skip to content

Commit e727e21

Browse files
authored
Revert "Set all min deps" (#566)
This reverts commit aa1e74a.
1 parent aa1e74a commit e727e21

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
- uses: actions/checkout@v4
101101
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
102102
with:
103-
dependency_type: minimum
103+
dependency_type: pre
104104
- name: Run the unit tests
105105
run: |
106106
hatch run test:nowarn || hatch run test:nowarn --lf

pyproject.toml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,18 @@ urls = {Homepage = "https://jupyter.org"}
2323
requires-python = ">=3.8"
2424
dynamic = ["version"]
2525
dependencies = [
26-
"click>=8.0.2",
27-
"ghapi>=1.0,<=1.0.4",
28-
"numpy>=1.24.4,<2.0.0",
26+
"click",
27+
"ghapi<=1.0.4",
2928
"github-activity~=0.2",
30-
"importlib_resources>=5.11",
29+
"importlib_resources",
3130
"jsonschema>=3.0.1",
32-
"mdformat>=0.7.5",
33-
"packaging>=23.0",
34-
"pkginfo>=1.7.1",
35-
"pypiserver>=2.0.1",
36-
"pipx>=1.3.3",
37-
"requests>=2.2",
38-
"requests_cache>=1.1",
31+
"mdformat",
32+
"packaging",
33+
"pkginfo",
34+
"pypiserver",
35+
"pipx",
36+
"requests",
37+
"requests_cache",
3938
"toml~=0.10",
4039
]
4140

0 commit comments

Comments
 (0)