Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump tqdm from 4.65.0 to 4.66.2 #63

Merged
merged 3 commits into from
Apr 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
setuptools==69.2.0
Sphinx==6.2.1
sphinx-automodapi==0.15.0
sphinx-automodapi==0.17.0
sphinx_rtd_theme==1.2.2
matplotlib==3.5.1
tensorflow==2.13.0
Expand All @@ -16,4 +16,4 @@ progressbar==2.5
scikit-learn==1.3.0
scikeras==0.11.0
tables==3.8.0
tqdm==4.65.0
tqdm==4.66.2
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,15 @@ commands =
pytest \
cov: --cov=. --cov-config=setup.cfg --cov-report=xml \
xdist: -n auto \
devdeps: astropy>=0.0.dev0
{toxinidir} \
{posargs}

## Suppress display of matplotlib plots generated during docs build, if any
setenv =
MPLBACKEND=agg
TF_CPP_MIN_LOG_LEVEL=2
devdeps: PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/astropy/simple

## Pass through the following environment variables which may be needed for the CI
passenv =
Expand Down
Loading