Skip to content

Commit

Permalink
update requirements and GA for 3.10 (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
MridulS authored Feb 12, 2022
1 parent 1deeeb0 commit 1f2eb1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
max-parallel: 12
matrix:
os: [Ubuntu-20.04, macOS-latest]
python-version: [3.8, 3.9]
python-version: [3.8, 3.9, "3.10"]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ git+git://github.com/networkx/networkx@main

# Scientific Python (see networkx/requirements/default.txt)
numpy
scipy==1.8.0rc2
scipy
matplotlib
pandas

Expand Down

0 comments on commit 1f2eb1c

Please sign in to comment.