Skip to content

Commit 1f651d0

Browse files
committed
removed exact version strings from requirements, fixes #2 for now
1 parent 18b20ec commit 1f651d0

File tree

1 file changed

+32
-36
lines changed

1 file changed

+32
-36
lines changed

requirements.txt

Lines changed: 32 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,47 @@
1-
cachetools==1.1.6
2-
deap
3-
Flask==0.10.1
4-
matplotlib==1.5.1
5-
networkx==1.11
6-
nose==1.3.7
7-
numpy==1.11.0
8-
pygraphviz==1.3.1
9-
requests==2.9.1
10-
rdflib==4.2.1
11-
scikit-learn==0.17.1
12-
scipy==0.17.0
13-
scoop==0.7.1.1
14-
six==1.10.0
15-
SPARQLWrapper==1.7.6
1+
cachetools>=2.0.0
2+
deap>=1.0.2
3+
Flask>=0.11.1
4+
matplotlib>=1.5.3
5+
networkx>=1.11
6+
nose>=1.3.7
7+
numpy>=1.11.2
8+
pygraphviz>=1.3.1
9+
requests>=2.12.1
10+
rdflib>=4.2.1
11+
scikit-learn>=0.18.1
12+
scipy>=0.18.1
13+
scoop>=0.7.1.1
14+
six>=1.10.0
15+
SPARQLWrapper>=1.7.6
1616

17-
# cachetools==1.1.6
17+
# cachetools==2.0.0
18+
# click==6.6
1819
# cycler==0.10.0
1920
# deap==1.0.2
20-
# decorator==4.0.9
21-
# Flask==0.10.1
22-
# funcsigs==1.0.0
23-
# greenlet==0.4.9
24-
# html5lib==0.9999999
21+
# decorator==4.0.10
22+
# Flask==0.11.1
23+
# greenlet==0.4.10
24+
# html5lib==0.999999999
2525
# isodate==0.5.4
2626
# itsdangerous==0.24
2727
# Jinja2==2.8
2828
# keepalive==0.5
2929
# MarkupSafe==0.23
30-
# matplotlib==1.5.1
31-
# mock==2.0.0
30+
# matplotlib==1.5.3
3231
# networkx==1.11
3332
# nose==1.3.7
34-
# numpy==1.11.0
35-
# ordereddict==1.1
36-
# pbr==1.9.1
37-
# py==1.4.31
33+
# numpy==1.11.2
3834
# pygraphviz==1.3.1
39-
# pyparsing==2.1.1
40-
# pytest==2.9.1
41-
# python-dateutil==2.5.3
42-
# pytz==2016.4
43-
# pyzmq==15.2.0
35+
# pyparsing==2.1.10
36+
# python-dateutil==2.6.0
37+
# pytz==2016.7
38+
# pyzmq==16.0.2
4439
# rdflib==4.2.1
45-
# requests==2.9.1
46-
# scikit-learn==0.17.1
47-
# scipy==0.17.0
40+
# requests==2.12.1
41+
# scikit-learn==0.18.1
42+
# scipy==0.18.1
4843
# scoop==0.7.1.1
4944
# six==1.10.0
5045
# SPARQLWrapper==1.7.6
51-
# Werkzeug==0.11.8
46+
# webencodings==0.5
47+
# Werkzeug==0.11.11

0 commit comments

Comments
 (0)