Skip to content

Commit

Permalink
Merge pull request #5639 from davidlange6/dl200313
Browse files Browse the repository at this point in the history
more python tool updates
  • Loading branch information
smuzaffar committed Mar 13, 2020
2 parents c8dec41 + 1452ed3 commit 6b8aec2
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions pip/requirements.txt
Expand Up @@ -14,11 +14,11 @@
#flags or patching, please use either py{2,3}-package_name.file or package_name.file
#############################################################################

absl-py==0.8.1
absl-py==0.9.0
appdirs==1.4.3
argparse==1.4.0
asn1crypto==1.2.0
astor==0.8.0
asn1crypto==1.3.0
astor==0.8.1
astroid==1.6.6 ; python_version<'3.0'
astroid==2.3.3 ; python_version>'3.0'
atomicwrites==1.3.0
Expand All @@ -35,15 +35,15 @@ backports-shutil_which==3.5.2
backports-ssl_match_hostname==3.7.0.1
backports-weakref==1.0.post1
backports-os==0.1.1
beautifulsoup4==4.8.1
beautifulsoup4==4.8.2
bleach==3.1.1
bokeh==1.4.0
Bottleneck==1.3.0
Bottleneck==1.3.2
cachetools==3.1.1
certifi==2019.9.11
certifi==2019.11.28
cffi==1.13.2
chardet==3.0.4
Click==7.0
Click==7.1.1
#NO_AUTO_UPDATE: Source is defined in climate.file, changing version here is not going to get new sources
#Looks like package version in PyPi is very old
climate==0.4.6
Expand All @@ -53,23 +53,23 @@ configparser==4.0.2
contextlib2==0.6.0.post1
coverage==4.5.4
cryptography==2.8
cx-Oracle==7.2.3
cx-Oracle==7.3.0
cycler==0.10.0
cython==0.29.14
cython==0.29.15
decorator==4.4.2
defusedxml==0.6.0
docopt==0.6.2
downhill==0.4.0
entrypoints==0.3
enum34==1.1.6;python_version<'3.0'
enum34==1.1.10;python_version<'3.0'
flake8==3.7.9
flawfinder==2.0.10
flawfinder==2.0.11
fs==2.4.11
funcsigs==1.0.2
functools32==3.2.3-2;python_version<'3.0'
future==0.18.2
futures==3.3.0;python_version<'3.0'
gast==0.3.2
gast==0.3.3
gitdb2==2.0.6
GitPython==2.1.14 ; python_version<'3.0'
GitPython==3.0.4 ; python_version>'3.0'
Expand Down Expand Up @@ -162,7 +162,7 @@ pickleshare==0.7.5
pillow==6.2.1
pkgconfig==1.5.1
plac==1.1.3
pluggy==0.13.0
pluggy==0.13.1
ply==3.11
prettytable==0.7.2
prometheus_client==0.7.1
Expand Down Expand Up @@ -224,7 +224,7 @@ soupsieve==1.9.5
sqlalchemy==1.3.11
stevedore==1.32.0
subprocess32==3.5.4
sympy==1.4
sympy==1.5.1
tables==3.5.2 ; python_version<'3.0'
tables==3.6.1 ; python_version>'3.0'
#NO_AUTO_UPDATE:4: Force to use tensorflow 1.6.0; this should match the version in tensorflow-sources.spec
Expand Down Expand Up @@ -254,7 +254,7 @@ urllib3==1.25.8
virtualenv-clone==0.5.3
virtualenv==16.7.7
virtualenvwrapper==4.8.4
wcwidth==0.1.7
wcwidth==0.1.8
webencodings==0.5.1
Werkzeug==0.16.0
wheel==0.33.6
Expand Down

0 comments on commit 6b8aec2

Please sign in to comment.