update boilerplate

This commit is contained in:
Joerg Franke 2018-06-20 23:55:28 +02:00
parent 26e178d776
commit d5e142ad23
3 changed files with 22 additions and 22 deletions

View File

@ -1,8 +1,8 @@
# ADNC
[![Build Status](https://travis-ci.org/joergfranke/ADNC.svg?branch=master)](https://travis-ci.org/joergfranke/ADNC)
[![Python](https://img.shields.io/badge/python-3.6+-yellow.svg)](https://www.python.org/downloads/release/python-365/)
[![TensorFLow](https://img.shields.io/badge/TensorFlow-1.8+-yellow.svg)](https://www.tensorflow.org/)
[![Python](https://img.shields.io/badge/python-3.6-yellow.svg)](https://www.python.org/downloads/release/python-365/)
[![TensorFLow](https://img.shields.io/badge/TensorFlow-1.8-yellow.svg)](https://www.tensorflow.org/)

View File

@ -1,10 +1,10 @@
nltk>=3.3
pyaml>=17.12.1
pytest>=3.6.1
pytest-cov>=2.5.1
scipy>=1.1.0
six>=1.11.0
tensorflow-gpu>=1.8.0
matplotlib>=2.2.2
tqdm>=4.23.4
Werkzeug>=0.14.1
nltk==3.3
pyaml==17.12.1
pytest==3.6.1
pytest-cov==2.5.1
scipy==1.1.0
six==1.11.0
tensorflow-gpu==1.8.0
matplotlib==2.2.2
tqdm==4.23.4
Werkzeug==0.14.1

View File

@ -1,10 +1,10 @@
nltk>=3.3
pyaml>=17.12.1
pytest>=3.6.1
pytest-cov>=2.5.1
scipy>=1.1.0
six>=1.11.0
tensorflow>=1.8.0
matplotlib>=2.2.2
tqdm>=4.23.4
Werkzeug>=0.14.1
nltk==3.3
pyaml==17.12.1
pytest==3.6.1
pytest-cov==2.5.1
scipy==1.1.0
six==1.11.0
tensorflow==1.8.0
matplotlib==2.2.2
tqdm==4.23.4
Werkzeug==0.14.1