Skip to content

Commit

Permalink
Merge pull request #10 from IBM/patch_issue_9
Browse files Browse the repository at this point in the history
updating the requirement for pytorch lightning
  • Loading branch information
akoseki2 authored Aug 5, 2022
2 parents 2933d29 + 65d6ae6 commit 54bd849
Showing 1 changed file with 19 additions and 22 deletions.
41 changes: 19 additions & 22 deletions service_builder/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mlflow
sklearn
mlflow>=1.2.0
scikit-learn>=1.*
flask==1.1.1
flask_restplus==0.13.0
flask_httpauth
Expand All @@ -11,30 +11,27 @@ pytest-shutil
psycopg2-binary
argparse
tqdm
torch==1.4.0
torchvision==0.5.0
toolz==0.11
scikit-learn==0.24.1
pytorch-lightning==0.8.5
toolz
pytorch-lightning>=1.*
attrs==20.3.0
cffi==1.14.5
iniconfig==1.1.1
Jinja2==2.11.3
MarkupSafe==1.1.1
numpy==1.19.5
packaging==20.9
pandas==1.1.2
MarkupSafe
numpy
packaging
pandas>==1.2
pluggy==0.13.1
py==1.10.0
pycparser==2.20
pyparsing==2.4.7
pytest==6.2.3
python-dateutil==2.8.1
pytz==2021.1
pycparser
pyparsing
pytest
python-dateutil
pytz
rpy2==3.3.2
six==1.15.0
toml==0.10.2
tzlocal==2.1
pysurvival==0.1.2
ruamel.yaml==0.16.12
swagger-ui-bundle
six
toml
tzlocal
pysurvival
ruamel.yaml
swagger-ui-bundle

0 comments on commit 54bd849

Please sign in to comment.