Skip to content

Commit 1f2eb1c

Browse files
authored
update requirements and GA for 3.10 (#62)
1 parent 1deeeb0 commit 1f2eb1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/notebooks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
max-parallel: 12
1616
matrix:
1717
os: [Ubuntu-20.04, macOS-latest]
18-
python-version: [3.8, 3.9]
18+
python-version: [3.8, 3.9, "3.10"]
1919

2020
steps:
2121
- uses: actions/checkout@v2

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ git+git://github.com/networkx/networkx@main
33

44
# Scientific Python (see networkx/requirements/default.txt)
55
numpy
6-
scipy==1.8.0rc2
6+
scipy
77
matplotlib
88
pandas
99

0 commit comments

Comments
 (0)