Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Palazzo committed Mar 4, 2024
1 parent 0827a48 commit 5d8814a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies = [
rdt = { main = 'rdt.cli.__main__:main' }

[project.optional-dependencies]
copulas = ['copulas>=0.9.0,<0.10',]
copulas = ['copulas>=0.10.0,<0.11',]
test = [
'rdt[copulas]',

Expand Down
4 changes: 0 additions & 4 deletions rdt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
__email__ = '[email protected]'
__version__ = '1.9.3.dev0'


import sys
from operator import attrgetter

import numpy as np
import pandas as pd

Expand Down

0 comments on commit 5d8814a

Please sign in to comment.