Skip to content

Commit 6b2f021

Browse files
committed
update to pyproject
1 parent 0f94775 commit 6b2f021

4 files changed

Lines changed: 3 additions & 16 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ dependencies = [
2727
"scipy",
2828
"elephant",
2929
"lazy_ops",
30+
"zarr<3.0",
3031
"MEAutility"
3132
]
3233

requirements.txt

Lines changed: 0 additions & 8 deletions
This file was deleted.

setup.py

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/MEArec/generators/recordinggenerator.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
import tempfile
88
import time
99
from copy import deepcopy
10-
from distutils.log import DEBUG
10+
import logging
11+
DEBUG = logging.DEBUG
1112
from pathlib import Path
1213
from warnings import warn
1314

0 commit comments

Comments
 (0)