Skip to content

Commit

Permalink
Fix 'uv' version conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
toni-neurosc authored and Toni M. Brotons committed Jan 23, 2025
1 parent 3bc34ea commit 819563f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ requires-python = ">=3.11"

dependencies = [
# General
"numpy >= 1.21.2",
"numpy >= 2.0.0",
"pandas >= 2.0.0",
"scipy >= 1.7.1",
"scikit-learn >= 0.24.2",
Expand All @@ -49,6 +49,7 @@ dependencies = [
"fooof",
"nolds >=0.6.1",
"pybispectra>=1.2.0",
"numba >= 0.60.0", # Required to avoid uv version conflicts with pybispectra
# Graphing
"matplotlib>=3.9.0",
"seaborn >= 0.11",
Expand Down

0 comments on commit 819563f

Please sign in to comment.