Skip to content

Commit 26993c8

Browse files
authored
Merge pull request #91 from sol-eng/rika/pandas_dep
2 parents 3df65d5 + a109073 commit 26993c8

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

dash-app/requirements.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
--index-url https://packagemanager.rstudio.com/pypi/latest/simple
21
Brotli==1.0.9
32
click==8.0.1
43
dash==2.0.0
@@ -11,7 +10,7 @@ itsdangerous==2.0.1
1110
Jinja2==3.0.2
1211
MarkupSafe==2.0.1
1312
numpy==1.22.0
14-
pandas==1.3.3
13+
pandas==1.5.2
1514
plotly==5.3.1
1615
python-dateutil==2.8.2
1716
python-dotenv==0.19.0

fastapi-stock/requirements.txt

+13-11
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1-
--index-url https://packagemanager.rstudio.com/pypi/latest/simple
2-
asgiref==3.4.1
3-
click==8.0.1
4-
fastapi==0.66.0
5-
h11==0.12.0
1+
anyio==3.6.2
2+
asgiref==3.6.0
3+
click==8.1.3
4+
fastapi==0.89.1
5+
h11==0.14.0
6+
idna==3.4
67
numpy==1.22.0
7-
pandas==1.3.0
8-
pydantic==1.8.2
8+
pandas==1.5.2
9+
pydantic==1.10.4
910
python-dateutil==2.8.2
10-
pytz==2021.1
11+
pytz==2022.7
1112
six==1.16.0
12-
starlette==0.14.2
13-
typing-extensions==3.10.0.0
14-
uvicorn==0.14.0
13+
sniffio==1.3.0
14+
starlette==0.22.0
15+
typing_extensions==4.4.0
16+
uvicorn==0.20.0

0 commit comments

Comments
 (0)