File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22
22
author = 'Aaron Steven White'
23
23
24
24
# The full version, including alpha/beta/rc tags
25
- release = '0.2.0 '
25
+ release = '0.2.1 '
26
26
27
27
# Changes root document from contents.rst to index.rst
28
28
master_doc = 'index'
Original file line number Diff line number Diff line change 1
1
requests == 2.22.0
2
- networkx == 2.2
2
+ networkx >= 2.5.1
3
3
memoized_property == 1.0.3
4
4
typing == 3.6.2
5
5
rdflib == 4.2.2
6
- setuptools == 41 .0.1
6
+ setuptools >= 52 .0.0
7
7
numpy >= 1.16.4
8
8
pyparsing == 2.2.0
9
9
overrides == 3.1.0
Original file line number Diff line number Diff line change 1
1
from setuptools import find_packages , setup
2
2
3
3
setup (name = 'decomp' ,
4
- version = '0.2.0 ' ,
4
+ version = '0.2.1 ' ,
5
5
description = 'Toolkit for working with Universal\
6
6
Decompositional Semantics graphs' ,
7
7
url = 'https://decomp.io/' ,
12
12
package_dir = {'decomp' : 'decomp' },
13
13
package_data = {'decomp' : ['data/*' ]},
14
14
install_requires = ['requests==2.22.0' ,
15
- 'networkx==2.2 ' ,
15
+ 'networkx>=2.5.1 ' ,
16
16
'memoized_property==1.0.3' ,
17
17
'overrides==3.1.0' ,
18
18
'typing==3.6.2' ,
19
19
'rdflib==4.2.2' ,
20
- 'setuptools==41 .0.1 ' ,
20
+ 'setuptools>=52 .0.0 ' ,
21
21
'numpy>=1.16.4' ,
22
22
'pyparsing==2.2.0' ,
23
23
'predpatt @ http://github.com/hltcoe/PredPatt/tarball/master#egg=predpatt' ],
You can’t perform that action at this time.
0 commit comments