Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
address PR comments
Browse files Browse the repository at this point in the history
Signed-off-by: ravi-kumar-pilla <ravi_kumar_pilla@mckinsey.com>
ravi-kumar-pilla committed Nov 15, 2023
1 parent 2e144f2 commit 7538c2a
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/features/steps/lower_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ipython==7.0.0
fastapi==0.100.0
fastapi==0.73.0
fsspec==2021.4
aiofiles==22.1.0
uvicorn[standard]==0.22.0
3 changes: 2 additions & 1 deletion package/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
packaging~=23.0
kedro>=0.17.5
ipython>=7.0.0, <9.0
fastapi>=0.100.0,<0.104.0
fastapi>=0.73.0,<0.200.0; python_version >= '3.8'
fastapi>=0.73.0,<0.104.0; python_version < '3.8'
pydantic<2
fsspec[s3]>=2021.4, <2024.1
aiofiles>=22.1.0

0 comments on commit 7538c2a

Please sign in to comment.