mirror of
https://github.com/JoergFranke/ADNC.git
synced 2024-11-17 13:58:03 +08:00
update boilerplate
This commit is contained in:
parent
26e178d776
commit
d5e142ad23
@ -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/)
|
||||
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user