Skip to content

Commit

Permalink
Update minimum dependencies (SPEC 0) (networkx#7631)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman authored Sep 20, 2024
1 parent 840e3f5 commit 0aaa392
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ nx_loopback = 'networkx.classes.tests.dispatch_interface:backend_interface'

[project.optional-dependencies]
default = [
'numpy>=1.23',
'scipy>=1.9,!=1.11.0,!=1.11.1',
'matplotlib>=3.6',
'pandas>=1.4',
'numpy>=1.24',
'scipy>=1.10,!=1.11.0,!=1.11.1',
'matplotlib>=3.7',
'pandas>=2.0',
]
developer = [
'changelist==0.5',
Expand Down
8 changes: 4 additions & 4 deletions requirements/default.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Generated via tools/generate_requirements.py and pre-commit hook.
# Do not edit this file; modify pyproject.toml instead.
numpy>=1.23
scipy>=1.9,!=1.11.0,!=1.11.1
matplotlib>=3.6
pandas>=1.4
numpy>=1.24
scipy>=1.10,!=1.11.0,!=1.11.1
matplotlib>=3.7
pandas>=2.0

0 comments on commit 0aaa392

Please sign in to comment.