mirror of
https://github.com/vale981/master-thesis
synced 2025-03-05 18:11:42 -05:00
update deps
This commit is contained in:
parent
a286e1670d
commit
191fdf5f75
1 changed files with 31 additions and 1 deletions
|
@ -1530,6 +1530,20 @@ tornado = ">=6.1.0"
|
|||
[package.extras]
|
||||
test = ["pre-commit", "pytest-timeout", "pytest (>=6.0)"]
|
||||
|
||||
[[package]]
|
||||
name = "tikzplotlib"
|
||||
version = "0.10.1"
|
||||
description = "Convert matplotlib figures into TikZ/PGFPlots"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
|
||||
[package.dependencies]
|
||||
matplotlib = ">=1.4.0"
|
||||
numpy = "*"
|
||||
Pillow = "*"
|
||||
webcolors = "*"
|
||||
|
||||
[[package]]
|
||||
name = "tinycss2"
|
||||
version = "1.1.1"
|
||||
|
@ -1670,6 +1684,14 @@ category = "main"
|
|||
optional = false
|
||||
python-versions = "*"
|
||||
|
||||
[[package]]
|
||||
name = "webcolors"
|
||||
version = "1.12"
|
||||
description = "A library for working with color names and color values formats defined by HTML and CSS."
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
|
||||
[[package]]
|
||||
name = "webencodings"
|
||||
version = "0.5.1"
|
||||
|
@ -1692,7 +1714,7 @@ notebook = ">=4.4.1"
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = ">=3.9,<3.11"
|
||||
content-hash = "91c8449c824c9499276ec02d33e02db94f9d1216f28fbf188a48d2f4520772c7"
|
||||
content-hash = "21cb5cfafe9e97360a5707a7f91544375f3e64159cf783a866504d809e085f58"
|
||||
|
||||
[metadata.files]
|
||||
aiosignal = [
|
||||
|
@ -2893,6 +2915,10 @@ terminado = [
|
|||
{file = "terminado-0.15.0-py3-none-any.whl", hash = "sha256:0d5f126fbfdb5887b25ae7d9d07b0d716b1cc0ccaacc71c1f3c14d228e065197"},
|
||||
{file = "terminado-0.15.0.tar.gz", hash = "sha256:ab4eeedccfcc1e6134bfee86106af90852c69d602884ea3a1e8ca6d4486e9bfe"},
|
||||
]
|
||||
tikzplotlib = [
|
||||
{file = "tikzplotlib-0.10.1-py3-none-any.whl", hash = "sha256:bf0451b86fe4db40aa742f7e5a180dfaaadf57c746ddb2ab7e58a5163d8be75f"},
|
||||
{file = "tikzplotlib-0.10.1.tar.gz", hash = "sha256:93d141342d143804fc1dfabe03e6d4e38e547cf72803bdf124615affdd56f59d"},
|
||||
]
|
||||
tinycss2 = [
|
||||
{file = "tinycss2-1.1.1-py3-none-any.whl", hash = "sha256:fe794ceaadfe3cf3e686b22155d0da5780dd0e273471a51846d0a02bc204fec8"},
|
||||
{file = "tinycss2-1.1.1.tar.gz", hash = "sha256:b2e44dd8883c360c35dd0d1b5aad0b610e5156c2cb3b33434634e539ead9d8bf"},
|
||||
|
@ -2946,6 +2972,10 @@ wcwidth = [
|
|||
{file = "wcwidth-0.2.5-py2.py3-none-any.whl", hash = "sha256:beb4802a9cebb9144e99086eff703a642a13d6a0052920003a230f3294bbe784"},
|
||||
{file = "wcwidth-0.2.5.tar.gz", hash = "sha256:c4d647b99872929fdb7bdcaa4fbe7f01413ed3d98077df798530e5b04f116c83"},
|
||||
]
|
||||
webcolors = [
|
||||
{file = "webcolors-1.12-py3-none-any.whl", hash = "sha256:d98743d81d498a2d3eaf165196e65481f0d2ea85281463d856b1e51b09f62dce"},
|
||||
{file = "webcolors-1.12.tar.gz", hash = "sha256:16d043d3a08fd6a1b1b7e3e9e62640d09790dce80d2bdd4792a175b35fe794a9"},
|
||||
]
|
||||
webencodings = [
|
||||
{file = "webencodings-0.5.1-py2.py3-none-any.whl", hash = "sha256:a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78"},
|
||||
{file = "webencodings-0.5.1.tar.gz", hash = "sha256:b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923"},
|
||||
|
|
Loading…
Add table
Reference in a new issue