Skip to content

Commit

Permalink
Merge pull request #86 from BoostV/update-po-1.0.2
Browse files Browse the repository at this point in the history
Update to ProcessOptimizer 1.0.2
  • Loading branch information
langdal authored Nov 18, 2024
2 parents 3233b8a + df46b2f commit ca037fb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 36 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-r requirements.txt
pytest==6.2.2
pytest==8.3.3
pytest-watch==4.2.0
40 changes: 7 additions & 33 deletions requirements-freeze.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
a2wsgi==1.7.0
anyio==3.6.2
asgiref==3.6.0
async-timeout==4.0.2
attrs==23.1.0
black==23.3.0
bokeh==2.4.3
certifi==2022.12.7
cffi==1.15.1
Expand All @@ -18,16 +14,11 @@ deap==1.3.3
deprecation==2.1.0
docopt==0.6.2
ecdsa==0.18.0
flake8==6.1.0
exceptiongroup==1.2.2
Flask==2.2.3
Flask-Cors==3.0.10
fonttools==4.39.3
h11==0.14.0
httpcore==0.16.3
httptools==0.5.0
httpx==0.23.3
idna==3.4
importlib-metadata==6.4.1
inflection==0.5.1
iniconfig==2.0.0
itsdangerous==2.1.2
Expand All @@ -38,54 +29,37 @@ jsonschema==4.15.0
kiwisolver==1.4.4
MarkupSafe==2.1.2
matplotlib==3.5.3
mccabe==0.7.0
mypy-extensions==1.0.0
numpy==1.23.3
packaging==23.1
pathspec==0.11.1
Pillow==9.5.0
platformdirs==3.5.0
pluggy==0.13.1
ProcessOptimizer==1.0.0
pluggy==1.5.0
ProcessOptimizer==1.0.2
py==1.11.0
py-swagger-ui==1.1.0
pyasn1==0.4.8
pycodestyle==2.11.0
pycparser==2.21
pyflakes==3.1.0
pyparsing==3.0.9
pyrsistent==0.19.3
pytest==6.2.2
pytest==8.3.3
pytest-watch==4.2.0
python-dateutil==2.8.2
python-dotenv==1.0.0
python-jose==3.3.0
python-keycloak==2.13.2
python-multipart==0.0.6
PyYAML==6.0
redis==4.5.4
requests==2.28.2
requests-toolbelt==0.10.1
rfc3986==1.5.0
rq==1.10.0
rq==1.16.2
rsa==4.9
scikit-learn==1.1.2
scipy==1.9.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
tomli==2.1.0
tornado==6.2
typing_extensions==4.5.0
urllib3==1.26.15
uvicorn==0.17.6
uvloop==0.17.0
waitress==2.1.2
watchdog==3.0.0
watchgod==0.8.2
websockets==11.0.2
watchdog==6.0.0
Werkzeug==2.2.3
zipp==3.15.0
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ connexion[swagger-ui]
python-keycloak==2.13.2
Flask==2.2.3
Flask-Cors==3.0.10
ProcessOptimizer==1.0.0
ProcessOptimizer==1.0.2
json-tricks==3.15.5
jsonschema==4.15.0
cryptography==3.4.7
waitress==2.1.2
rq==1.10.0
rq==1.16.2
# ProcessOptimizer requirements
numpy==1.23.3
matplotlib==3.5.3
Expand Down

0 comments on commit ca037fb

Please sign in to comment.