Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
roaffix committed Feb 7, 2024
1 parent 90d80b1 commit c50f8eb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ def __init__(self, chunk: int | slice):


class ParallelRange(_IndexSequence):

"""
Class used to parallelize for loop.
Expand Down
14 changes: 7 additions & 7 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
# Testing-related packages

# Checks style, syntax, etc.
flake8>=6.1.0
flake8~=7.0.0

# Static type checking
mypy==1.7.1
mypy==1.8.0

# Check import order style
isort>=5.13.2
isort~=5.13.2

# Automatic code formatting
black>=23.12.0
black~=24.1.1

# Allows generation of coverage reports with pytest.
pytest>=7.4.3
pytest>=8.0.0
pytest-cov>=4.1.0
pytest-mock>=3.11.1
pytest-mock>=3.12.0

# Allows codecov to generate coverage reports
coverage[toml]>=6.4
coverage[toml]>=7.4.1
codecov>=2.1.12

# Package building
Expand Down

0 comments on commit c50f8eb

Please sign in to comment.