Skip to content

Commit 87adad8

Browse files
clean up python_version specifiers from requirements files
1 parent 1544377 commit 87adad8

File tree

3 files changed

+7
-16
lines changed

3 files changed

+7
-16
lines changed

requires-celery.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
# Dependencies used by the CeleryLongCallbackManager
22
redis>=3.5.3
33
celery[redis]>=5.1.2
4-
importlib-metadata<5;python_version<"3.8"

requires-ci.txt

+6-12
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,21 @@
11
# Dependencies used by CI on github.com/plotly/dash
2-
black==22.3.0;python_version>="3.7"
3-
black==21.6b0;python_version<"3.7"
2+
black==22.3.0
43
dash-flow-example==0.0.5
54
dash-dangerously-set-inner-html
65
flake8==7.0.0
76
flaky==3.7.0
87
flask-talisman==1.0.0
9-
isort==4.3.21;python_version<"3.7"
108
mimesis<=11.1.0
119
mock==4.0.3
1210
numpy<=1.26.3
13-
orjson==3.5.4;python_version<"3.7"
14-
orjson==3.9.12;python_version>="3.7"
15-
openpyxl;python_version>="3.8"
16-
pandas>=1.4.0;python_version>="3.8"
17-
pandas==1.1.5;python_version<"3.8"
18-
pyarrow<3;python_version<"3.7"
19-
pyarrow;python_version>="3.7"
11+
orjson==3.9.12
12+
openpyxl
13+
pandas>=1.4.0
14+
pyarrow
2015
pylint==3.0.3
2116
pytest-mock
2217
pytest-sugar==0.9.6
2318
pyzmq==25.1.2
24-
xlrd>=2.0.1;python_version>="3.8"
25-
xlrd<2;python_version<"3.8"
19+
xlrd>=2.0.1
2620
pytest-rerunfailures
2721
jupyterlab<4.0.0

requires-install.txt

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ plotly>=5.0.0
44
dash_html_components==2.0.0
55
dash_core_components==2.0.0
66
dash_table==5.0.0
7-
importlib-metadata==4.8.3;python_version<"3.7"
8-
importlib-metadata;python_version>="3.7"
9-
contextvars==2.4;python_version<"3.7"
7+
importlib-metadata
108
typing_extensions>=4.1.1
119
requests
1210
retrying

0 commit comments

Comments
 (0)