Skip to content

Commit

Permalink
FIX: manage min matrix test requirements for numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
j-ittner committed Jul 9, 2024
1 parent b05f2e2 commit 25de286
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ deps =
gamma-pytools{env:FLUXUS_V_GAMMA_PYTOOLS}
typing_inspect{env:FLUXUS_V_TYPING_INSPECT}
# additional requirements of gamma-pytools
joblib{env:FLUXUS_V_NUMPY}
numpy{env:FLUXUS_V_NUMPY}

[flake8]

Expand Down Expand Up @@ -98,7 +98,7 @@ profile=black
src_paths=src,test
known_local_folder=test
known_first_party=pytools
known_third_party=numpy,pandas,joblib,matplot
known_third_party=numpy,pandas,matplot
case_sensitive = True

[pytest]
Expand Down

0 comments on commit 25de286

Please sign in to comment.