Skip to content

Commit

Permalink
Upgrading tensorflow=2.4.2 (#1170)
Browse files Browse the repository at this point in the history
  • Loading branch information
koropets authored Jun 23, 2021
1 parent 550a958 commit 6baf7ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions requirements/full_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ pytz==2019.3 # via azureml-core, flask-restplus, influxdb, pandas
pyyaml==5.4.1 # via -r requirements.in, gordo-dataset, mlflow
querystring-parser==1.2.4 # via mlflow
requests-oauthlib==1.3.0 # via google-auth-oauthlib, msrest
requests==2.22.0 # via -r requirements.in, adal, azure-core, azure-datalake-store, azureml-core, databricks-cli, docker, gordo-client, influxdb, mlflow, msal, msrest, requests-oauthlib, tensorboard
requests==2.25.1 # via -r requirements.in, adal, azure-core, azure-datalake-store, azureml-core, databricks-cli, docker, gordo-client, influxdb, mlflow, msal, msrest, requests-oauthlib, tensorboard
retrying==1.3.3 # via plotly
rsa==4.0 # via google-auth
ruamel.yaml==0.15.89 # via azureml-core
Expand All @@ -134,12 +134,12 @@ tabulate==0.8.6 # via databricks-cli
tensorboard-plugin-wit==1.8.0 # via tensorboard
tensorboard==2.4.1 # via tensorflow
tensorflow-estimator==2.4.0 # via tensorflow
tensorflow==2.4.1 # via -r requirements.in
tensorflow==2.4.2 # via -r requirements.in
termcolor==1.1.0 # via tensorflow
threadpoolctl==2.1.0 # via scikit-learn
typing-extensions==3.7.4.3 # via -r requirements.in, gordo-dataset, pydantic, tensorflow, typing-inspect
typing-inspect==0.5.0 # via dataclasses-json
urllib3==1.25.11 # via -r requirements.in, azureml-core, requests
urllib3==1.26.5 # via -r requirements.in, azureml-core, requests
websocket-client==0.57.0 # via docker
werkzeug==0.16.1 # via -r requirements.in, flask, tensorboard
wheel==0.36.2 # via astunparse, tensorboard, tensorflow
Expand Down
6 changes: 3 additions & 3 deletions requirements/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ pandas~=1.0
numexpr~=2.7
python-dateutil~=2.8
pyyaml~=5.3
requests~=2.20
requests~=2.25
scikit-learn~=0.23
tensorflow~=2.4.0
tensorflow~=2.4.2
Flask~=1.0
flask-restplus~=0.12
Werkzeug==0.16.1 # flask-restplus requires Werkzeug, but is incompatible with 1.0.0. When that is fixed this explicit dependency can be dropped
cchardet~=2.1
urllib3~=1.25.8
urllib3>=1.26.5
simplejson~=3.17
catboost~=0.20
typing_extensions~=3.7
Expand Down

0 comments on commit 6baf7ee

Please sign in to comment.