-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clean up python_version specifiers from requirements files
- Loading branch information
1 parent
1544377
commit 87adad8
Showing
3 changed files
with
7 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters