Skip to content

Commit 76b4c92

Browse files
committed
Tweaks
1 parent ae6d3ee commit 76b4c92

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: [ubuntu-latest, macos-latest, windows-latest]
19-
python-version: [3.9]
19+
python-version: [3.8]
2020

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

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
# these versions match Colab as of 2022-12-29
12
jupyter
2-
numpy==1.21
3+
numpy==1.22
34
matplotlib
45
plotly
56
seaborn

0 commit comments

Comments
 (0)