Skip to content

Commit

Permalink
Update to ProcessOptimizer 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
langdal committed Oct 13, 2023
1 parent 7186f0e commit 0277479
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
24 changes: 15 additions & 9 deletions requirements-freeze.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,18 @@ asgiref==3.6.0
async-timeout==4.0.2
attrs==23.1.0
black==23.3.0
bokeh==2.4.3
bokeh==3.1.1
certifi==2022.12.7
cffi==1.15.1
charset-normalizer==3.1.0
click==8.1.3
clickclick==20.10.2
colorama==0.4.6
connexion==2.14.2
contourpy==1.1.1
cryptography==3.4.7
cycler==0.11.0
deap==1.3.3
deap==1.4.1
deprecation==2.1.0
docopt==0.6.2
ecdsa==0.18.0
Expand All @@ -28,6 +29,7 @@ httptools==0.5.0
httpx==0.23.3
idna==3.4
importlib-metadata==6.4.1
importlib-resources==6.1.0
inflection==0.5.1
iniconfig==2.0.0
itsdangerous==2.1.2
Expand All @@ -37,16 +39,17 @@ json-tricks==3.15.5
jsonschema==4.15.0
kiwisolver==1.4.4
MarkupSafe==2.1.2
matplotlib==3.5.3
matplotlib==3.7.2
mccabe==0.7.0
mypy-extensions==1.0.0
numpy==1.23.3
numpy==1.24.4
packaging==23.1
pandas==2.1.1
pathspec==0.11.1
Pillow==9.5.0
platformdirs==3.5.0
pluggy==0.13.1
ProcessOptimizer[browniebee]==0.8.1
ProcessOptimizer[browniebee]==0.9.3
py==1.11.0
py-swagger-ui==1.1.0
pyasn1==0.4.8
Expand All @@ -62,24 +65,26 @@ python-dotenv==1.0.0
python-jose==3.3.0
python-keycloak==2.13.2
python-multipart==0.0.6
PyYAML==6.0
pytz==2023.3.post1
PyYAML==6.0.1
redis==4.5.4
requests==2.28.2
requests-toolbelt==0.10.1
rfc3986==1.5.0
rq==1.10.0
rsa==4.9
scikit-learn==1.1.2
scipy==1.9.1
scikit-learn==1.3.0
scipy==1.10.1
six==1.16.0
sniffio==1.3.0
starlette==0.25.0
swagger-ui-bundle==0.0.9
threadpoolctl==3.1.0
toml==0.10.2
tomli==2.0.1
tornado==6.2
tornado==6.3.3
typing_extensions==4.5.0
tzdata==2023.3
urllib3==1.26.15
uvicorn==0.17.6
uvloop==0.17.0
Expand All @@ -88,4 +93,5 @@ watchdog==3.0.0
watchgod==0.8.2
websockets==11.0.2
Werkzeug==2.2.3
xyzservices==2023.10.0
zipp==3.15.0
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==2.2.3
Flask-Cors==3.0.10
ProcessOptimizer[browniebee]==0.8.1
ProcessOptimizer[browniebee]==0.9.3
json-tricks==3.15.5
jsonschema==4.15.0
cryptography==3.4.7
Expand Down

0 comments on commit 0277479

Please sign in to comment.