Skip to content

Commit 9f50bd8

Browse files
committed
remove version lock
1 parent 2b0a223 commit 9f50bd8

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.github/workflows/typing-tests.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,12 @@ jobs:
3030
- name: Install Python dependencies including project in editable mode with extras
3131
run: |
3232
python -m pip install --upgrade pip setuptools wheel
33-
# This command installs the Dash package in editable mode (-e)
34-
# along with dependencies specified in the [ci,testing,dev] extras
35-
# defined in your setup.py or pyproject.toml.
36-
# Ensure these extras include pytest and any typing tools.
3733
pip install -e .[ci,testing,dev]
3834
3935
- name: Build project (JS/CSS, etc.)
4036
run: npm run build
4137

42-
- name: Build/Setup test components (runs a Python script)
38+
- name: Build/Setup test components
4339
run: npm run setup-tests.py
4440

4541
- name: Run typing tests

requirements/install.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Flask>=1.0.4,<3.1
22
Werkzeug<3.1
3-
plotly>=5.0.0,<6.1.0
3+
plotly>=5.0.0
44
importlib-metadata
55
typing_extensions>=4.1.1
66
requests
77
retrying
88
nest-asyncio
9-
setuptools<80.0.0
9+
setuptools

0 commit comments

Comments
 (0)