Skip to content

Commit

Permalink
Update to ProcessOptimizer 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
langdal committed Apr 17, 2023
1 parent 2e94a20 commit 868fbce
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 39 deletions.
69 changes: 31 additions & 38 deletions requirements-freeze.txt
Original file line number Diff line number Diff line change
@@ -1,61 +1,54 @@
attrs==20.3.0
async-timeout==4.0.2
attrs==23.1.0
bokeh==2.4.3
certifi==2020.12.5
cffi==1.14.5
chardet==4.0.0
click==7.1.2
certifi==2022.12.7
cffi==1.15.1
charset-normalizer==3.1.0
click==8.1.3
clickclick==20.10.2
colorama==0.4.4
connexion==2.14.2
cryptography==3.4.7
cycler==0.10.0
cycler==0.11.0
deap==1.3.3
Deprecated==1.2.13
docopt==0.6.2
deprecation==2.1.0
ecdsa==0.18.0
Flask==1.1.2
Flask-Cors==3.0.10
fonttools==4.38.0
idna==2.10
fonttools==4.39.3
idna==3.4
inflection==0.5.1
iniconfig==1.1.1
itsdangerous==1.1.0
Jinja2==2.11.3
joblib==1.0.1
itsdangerous==2.1.2
Jinja2==3.1.2
joblib==1.2.0
json-tricks==3.15.5
jsonschema==3.2.0
kiwisolver==1.3.1
MarkupSafe==1.1.1
jsonschema==4.17.3
kiwisolver==1.4.4
MarkupSafe==2.1.2
matplotlib==3.5.3
numpy==1.23.3
ProcessOptimizer[browniebee]==0.7.7
openapi-spec-validator==0.2.9
packaging==20.9
Pillow==9.0.1
pluggy==0.13.1
py==1.10.0
pycparser==2.20
pyparsing==2.4.7
pyrsistent==0.17.3
pytest==6.2.2
pytest-watch==4.2.0
python-dateutil==2.8.1
packaging==23.1
Pillow==9.5.0
ProcessOptimizer[browniebee]==0.8.0
pyasn1==0.4.8
pycparser==2.21
pyparsing==3.0.9
pyrsistent==0.19.3
python-dateutil==2.8.2
python-jose==3.3.0
python-keycloak==2.13.2
PyYAML==6.0
redis==4.0.2
redis==4.5.4
requests==2.28.2
requests-toolbelt==0.10.1
rq==1.10.0
rsa==4.9
scikit-learn==1.1.2
scipy==1.9.1
six==1.16.0
swagger-ui-bundle==0.0.8
threadpoolctl==2.1.0
toml==0.10.2
swagger-ui-bundle==0.0.9
threadpoolctl==3.1.0
tornado==6.2
typing_extensions==4.4.0
typing_extensions==4.5.0
urllib3==1.26.15
waitress==2.1.2
watchdog==2.0.2
Werkzeug==1.0.1
wrapt==1.13.3
Werkzeug==2.2.3
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ connexion[swagger-ui]
python-keycloak==2.13.2
Flask==1.1.2
Flask-Cors==3.0.10
ProcessOptimizer[browniebee]==0.7.7
ProcessOptimizer[browniebee]==0.8.0
json-tricks==3.15.5
cryptography==3.4.7
waitress==2.1.2
Expand Down

0 comments on commit 868fbce

Please sign in to comment.