Skip to content

Commit

Permalink
Merge pull request #743 from bashtage/updates
Browse files Browse the repository at this point in the history
MAINT: Update dependencies and add env variable
  • Loading branch information
bashtage authored Sep 24, 2024
2 parents 9ced09e + 9d08fd4 commit 20b9320
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ variables:
OMP_NUM_THREADS: 1
VML_NUM_THREADS: 1
OPENBLAS_NUM_THREADS: 1
JUPYTER_PLATFORM_DIRS: 1
PYTHONHASHSEED: 12345678 # Ensure tests are correctly gathered by xdist
TEST_INSTALL: false
MPLBACKEND: agg
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@ exclude = '''
[tool.setuptools_scm]
write_to = "arch/_version.py"

[tool.ruff]
[tool.ruff.lint]
typing-modules = ["arch.typing"]
3 changes: 2 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ pytest-xdist
pytest-cov

# formatting
black[jupyter]~=24.4.0
black[jupyter]~=24.8.0
isort~=5.0
colorama
flake8
mypy
ruff
pyupgrade>=3.4.0

# Documentation
Expand Down

0 comments on commit 20b9320

Please sign in to comment.