Skip to content

Commit

Permalink
Updated dependencies versions
Browse files Browse the repository at this point in the history
  • Loading branch information
DradeAW committed Nov 3, 2023
1 parent f934b23 commit 8d57941
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"networkx>=3.0",
"numpy>=1.22",
"numpy>=1.23",
"pandas>=1.4.4",
"scikit-learn>=1.1.0",
"scipy>=1.9",
Expand All @@ -23,7 +23,7 @@ dependencies = [
"tqdm>=4.64.0",
"requests>=2.28.0",
"overrides>=7.3.1",
"spikeinterface>=0.98.2"
"spikeinterface>=0.99.0"
]

[project.scripts]
Expand All @@ -37,9 +37,9 @@ dev = [
"hdbscan>=0.8.33", # 0.8.31/32 crash.
"zarr>=2.13.0",
"wavpack-numcodecs>=0.1.2",
"sphinx>=6.0",
"sphinx>=7.0.1",
"sphinxemoji>=0.2.0",
"sphinx-rtd-theme>=1.1.0"
"sphinx-rtd-theme>=1.3.0"
]

[project.urls]
Expand Down Expand Up @@ -72,7 +72,7 @@ output = "tests/coverage.xml"

[tool.pytest.ini_options]
cache_dir = "tests/.pytest_cache"
minversion = "6.0"
minversion = "7.0.1"
python_files = "test_*.py"
python_functions = "test_*"
testpaths = ["tests/"]
Expand Down

0 comments on commit 8d57941

Please sign in to comment.