Skip to content

Commit 0277479

Browse files
committed
Update to ProcessOptimizer 0.9.3
1 parent 7186f0e commit 0277479

2 files changed

Lines changed: 16 additions & 10 deletions

File tree

requirements-freeze.txt

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,18 @@ asgiref==3.6.0
44
async-timeout==4.0.2
55
attrs==23.1.0
66
black==23.3.0
7-
bokeh==2.4.3
7+
bokeh==3.1.1
88
certifi==2022.12.7
99
cffi==1.15.1
1010
charset-normalizer==3.1.0
1111
click==8.1.3
1212
clickclick==20.10.2
1313
colorama==0.4.6
1414
connexion==2.14.2
15+
contourpy==1.1.1
1516
cryptography==3.4.7
1617
cycler==0.11.0
17-
deap==1.3.3
18+
deap==1.4.1
1819
deprecation==2.1.0
1920
docopt==0.6.2
2021
ecdsa==0.18.0
@@ -28,6 +29,7 @@ httptools==0.5.0
2829
httpx==0.23.3
2930
idna==3.4
3031
importlib-metadata==6.4.1
32+
importlib-resources==6.1.0
3133
inflection==0.5.1
3234
iniconfig==2.0.0
3335
itsdangerous==2.1.2
@@ -37,16 +39,17 @@ json-tricks==3.15.5
3739
jsonschema==4.15.0
3840
kiwisolver==1.4.4
3941
MarkupSafe==2.1.2
40-
matplotlib==3.5.3
42+
matplotlib==3.7.2
4143
mccabe==0.7.0
4244
mypy-extensions==1.0.0
43-
numpy==1.23.3
45+
numpy==1.24.4
4446
packaging==23.1
47+
pandas==2.1.1
4548
pathspec==0.11.1
4649
Pillow==9.5.0
4750
platformdirs==3.5.0
4851
pluggy==0.13.1
49-
ProcessOptimizer[browniebee]==0.8.1
52+
ProcessOptimizer[browniebee]==0.9.3
5053
py==1.11.0
5154
py-swagger-ui==1.1.0
5255
pyasn1==0.4.8
@@ -62,24 +65,26 @@ python-dotenv==1.0.0
6265
python-jose==3.3.0
6366
python-keycloak==2.13.2
6467
python-multipart==0.0.6
65-
PyYAML==6.0
68+
pytz==2023.3.post1
69+
PyYAML==6.0.1
6670
redis==4.5.4
6771
requests==2.28.2
6872
requests-toolbelt==0.10.1
6973
rfc3986==1.5.0
7074
rq==1.10.0
7175
rsa==4.9
72-
scikit-learn==1.1.2
73-
scipy==1.9.1
76+
scikit-learn==1.3.0
77+
scipy==1.10.1
7478
six==1.16.0
7579
sniffio==1.3.0
7680
starlette==0.25.0
7781
swagger-ui-bundle==0.0.9
7882
threadpoolctl==3.1.0
7983
toml==0.10.2
8084
tomli==2.0.1
81-
tornado==6.2
85+
tornado==6.3.3
8286
typing_extensions==4.5.0
87+
tzdata==2023.3
8388
urllib3==1.26.15
8489
uvicorn==0.17.6
8590
uvloop==0.17.0
@@ -88,4 +93,5 @@ watchdog==3.0.0
8893
watchgod==0.8.2
8994
websockets==11.0.2
9095
Werkzeug==2.2.3
96+
xyzservices==2023.10.0
9197
zipp==3.15.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ connexion[swagger-ui]
33
python-keycloak==2.13.2
44
Flask==2.2.3
55
Flask-Cors==3.0.10
6-
ProcessOptimizer[browniebee]==0.8.1
6+
ProcessOptimizer[browniebee]==0.9.3
77
json-tricks==3.15.5
88
jsonschema==4.15.0
99
cryptography==3.4.7

0 commit comments

Comments
 (0)