Skip to content

Commit

Permalink
manual poetry update to latest versions of major packages (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasmllr authored Mar 18, 2024
1 parent a8ffeb1 commit 6ffd0aa
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 80 deletions.
119 changes: 51 additions & 68 deletions frontend/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions frontend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.12,<3.13"
django = "^5.0.0"
scikit-learn = "^1.2.2"
scipy = "^1.10.1"
pandas = "^2.2"
lmfit = "^1.1.0"
xhtml2pdf = "^0.2.9"
matplotlib = "^3.7.1"
gunicorn = "^20.1.0"
pip = "^23.3.2"
django = "^5.0.3"
scikit-learn = "^1.4.1"
scipy = "^1.12.0"
pandas = "^2.2.1"
lmfit = "^1.2.2"
xhtml2pdf = "^0.2.15"
matplotlib = "^3.8.3"
gunicorn = "^21.2.0"
pip = "^24.0"


[build-system]
Expand Down
5 changes: 2 additions & 3 deletions frontend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ cryptography==42.0.5 ; python_version >= "3.12" and python_version < "3.13"
cssselect2==0.7.0 ; python_version >= "3.12" and python_version < "3.13"
cycler==0.12.1 ; python_version >= "3.12" and python_version < "3.13"
django==5.0.3 ; python_version >= "3.12" and python_version < "3.13"
fonttools==4.49.0 ; python_version >= "3.12" and python_version < "3.13"
fonttools==4.50.0 ; python_version >= "3.12" and python_version < "3.13"
future==1.0.0 ; python_version >= "3.12" and python_version < "3.13"
gunicorn==20.1.0 ; python_version >= "3.12" and python_version < "3.13"
gunicorn==21.2.0 ; python_version >= "3.12" and python_version < "3.13"
html5lib==1.1 ; python_version >= "3.12" and python_version < "3.13"
idna==3.6 ; python_version >= "3.12" and python_version < "3.13"
joblib==1.3.2 ; python_version >= "3.12" and python_version < "3.13"
Expand Down Expand Up @@ -44,7 +44,6 @@ reportlab==4.0.9 ; python_version >= "3.12" and python_version < "3.13"
requests==2.31.0 ; python_version >= "3.12" and python_version < "3.13"
scikit-learn==1.4.1.post1 ; python_version >= "3.12" and python_version < "3.13"
scipy==1.12.0 ; python_version >= "3.12" and python_version < "3.13"
setuptools==69.2.0 ; python_version >= "3.12" and python_version < "3.13"
six==1.16.0 ; python_version >= "3.12" and python_version < "3.13"
sqlparse==0.4.4 ; python_version >= "3.12" and python_version < "3.13"
svglib==1.5.1 ; python_version >= "3.12" and python_version < "3.13"
Expand Down

0 comments on commit 6ffd0aa

Please sign in to comment.