Skip to content

Commit

Permalink
Revert "Upgrade package dependencies to latest"
Browse files Browse the repository at this point in the history
This reverts commit d1ddac1.

It seems networkx v3 does not support Python 3.8, which we want to
continue to support while the PyOpenSci work is ongoing.
  • Loading branch information
caleb531 committed Oct 30, 2023
1 parent d1ddac1 commit e3b87c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ maintainers = [
{name = 'Eliot W. Robson', email = 'eliot.robson24@gmail.com'},
]
dependencies = [
"networkx>=3.2.1",
"frozendict>=2.3.8",
"typing-extensions>=4.8.0",
"networkx>=2.6.2",
"frozendict>=2.3.4",
"typing-extensions>=4.5.0",
"cached_method>=0.1.0"
]

Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ flake8==6.0.0
flake8-black==0.3.6
flake8-isort==6.0.0
Flake8-pyproject==1.2.3
frozendict==2.3.8
frozendict==2.3.4
isort==5.10.1
mccabe==0.7.0
mypy==1.1.1
mypy-extensions==1.0.0
networkx==3.2.1
networkx==2.6.2
nose2==0.12.0
packaging==23.0
pathspec==0.11.1
Expand All @@ -26,4 +26,4 @@ pyparsing==3.0.9
pyproject_hooks==1.0.0
tomli==2.0.1
types-frozendict==2.0.9
typing_extensions==4.8.0
typing_extensions==4.5.0

0 comments on commit e3b87c6

Please sign in to comment.