Skip to content

Commit

Permalink
build: update tables and PyYaml versions for python > 3.8 (#2085)
Browse files Browse the repository at this point in the history
Current versions are not available as wheels for python > 3.8
For python 3.8, versions are unchanged.

Signed-off-by: Sylvain Leclerc <[email protected]>
  • Loading branch information
sylvlecl authored Jul 12, 2024
1 parent 2b67de8 commit b4fec58
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,14 @@ pydantic~=1.9.0
PyQt5~=5.15.6
python-json-logger~=2.0.7
python-multipart~=0.0.5
PyYAML~=5.4.1
PyYAML~=5.4.1; python_version <= '3.9'
PyYAML~=5.3.1; python_version > '3.9'
redis~=4.1.2
requests~=2.27.1
SQLAlchemy~=1.4.46
starlette~=0.17.1
tables==3.6.1
tables==3.6.1; python_version <= '3.8'
tables==3.9.2; python_version > '3.8'
typing_extensions~=4.7.1
uvicorn[standard]~=0.15.0
xlsxwriter~=3.2.0

0 comments on commit b4fec58

Please sign in to comment.