Skip to content

Commit 31fcf61

Browse files
authored
Merge pull request #52 from wimdavies/main
Edit api-book/requirements.txt to resolve compatibility issues with Python versions >= 3.10
2 parents a39b6d9 + fd53451 commit 31fcf61

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ notebooks/data-explorations/_build/**
77
*.swp
88
**/.ipynb_checkpoints/**
99
**/.ipynb_checkpoints-old/**
10+
**/.venv

api-book/requirements.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,13 @@ nest-asyncio==1.5.1
5252
nested-lookup==0.2.21
5353
nodeenv==1.5.0
5454
notebook==6.2.0
55-
numpy==1.19.5
55+
numpy>=1.19.5
5656
packaging==20.9
5757
pandas==1.1.5
5858
pandocfilters==1.4.3
5959
parso==0.8.1
6060
pexpect==4.8.0
6161
pickleshare==0.7.5
62-
pkg-resources==0.0.0
6362
plotly==4.14.3
6463
prometheus-client==0.9.0
6564
prompt-toolkit==3.0.14
@@ -73,7 +72,7 @@ pyparsing==2.4.7
7372
pyrsistent==0.17.3
7473
python-dateutil==2.8.1
7574
pytz==2021.1
76-
PyYAML==5.4.1
75+
PyYAML>=5.4.1
7776
pyzmq==22.0.2
7877
requests==2.25.1
7978
retrying==1.3.3

0 commit comments

Comments
 (0)