Skip to content

Commit

Permalink
clean up python_version specifiers from requirements files
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert-coef committed Feb 8, 2024
1 parent 1544377 commit 87adad8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 16 deletions.
1 change: 0 additions & 1 deletion requires-celery.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Dependencies used by the CeleryLongCallbackManager
redis>=3.5.3
celery[redis]>=5.1.2
importlib-metadata<5;python_version<"3.8"
18 changes: 6 additions & 12 deletions requires-ci.txt
Original file line number Diff line number Diff line change
@@ -1,27 +1,21 @@
# Dependencies used by CI on github.com/plotly/dash
black==22.3.0;python_version>="3.7"
black==21.6b0;python_version<"3.7"
black==22.3.0
dash-flow-example==0.0.5
dash-dangerously-set-inner-html
flake8==7.0.0
flaky==3.7.0
flask-talisman==1.0.0
isort==4.3.21;python_version<"3.7"
mimesis<=11.1.0
mock==4.0.3
numpy<=1.26.3
orjson==3.5.4;python_version<"3.7"
orjson==3.9.12;python_version>="3.7"
openpyxl;python_version>="3.8"
pandas>=1.4.0;python_version>="3.8"
pandas==1.1.5;python_version<"3.8"
pyarrow<3;python_version<"3.7"
pyarrow;python_version>="3.7"
orjson==3.9.12
openpyxl
pandas>=1.4.0
pyarrow
pylint==3.0.3
pytest-mock
pytest-sugar==0.9.6
pyzmq==25.1.2
xlrd>=2.0.1;python_version>="3.8"
xlrd<2;python_version<"3.8"
xlrd>=2.0.1
pytest-rerunfailures
jupyterlab<4.0.0
4 changes: 1 addition & 3 deletions requires-install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ plotly>=5.0.0
dash_html_components==2.0.0
dash_core_components==2.0.0
dash_table==5.0.0
importlib-metadata==4.8.3;python_version<"3.7"
importlib-metadata;python_version>="3.7"
contextvars==2.4;python_version<"3.7"
importlib-metadata
typing_extensions>=4.1.1
requests
retrying
Expand Down

0 comments on commit 87adad8

Please sign in to comment.