Skip to content

Commit

Permalink
Drop old dependencies per SPEC 0 (#7217)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman committed Jan 9, 2024
1 parent f573004 commit f52696e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ nx-loopback = 'networkx.classes.tests.dispatch_interface:dispatcher'

[project.optional-dependencies]
default = [
'numpy>=1.22',
'numpy>=1.23',
'scipy>=1.9,!=1.11.0,!=1.11.1',
'matplotlib>=3.5',
'matplotlib>=3.6',
'pandas>=1.4',
]
developer = [
Expand Down
4 changes: 2 additions & 2 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.22
numpy>=1.23
scipy>=1.9,!=1.11.0,!=1.11.1
matplotlib>=3.5
matplotlib>=3.6
pandas>=1.4

0 comments on commit f52696e

Please sign in to comment.