Skip to content

Commit

Permalink
Fix for docs building; enable more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
sk1p committed Oct 1, 2024
1 parent 4c300ee commit 18be05d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ ipython
libertem[bqplot]
flask
setuptools

# to nudge uv into the right direction: numpy before numba; explicit <2.1 dep
numpy<2.1
numba
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ setenv=
DASK_DISTRIBUTED__WORKER__PROFILE__CYCLE=60000
DASK_DISTRIBUTED__WORKER__PROFILE__INTERVAL=30000
LIBERTEM_DECTRIS_LOG_LEVEL=warn
LIBERTEM_QD_LOG_LEVEL=info
RUST_BACKTRACE=1
passenv=
DASK_SCHEDULER_ADDRESS
TESTDATA_BASE_PATH
Expand Down

0 comments on commit 18be05d

Please sign in to comment.