Skip to content

Commit d7f3ac6

Browse files
committed
removing most version constraints
1 parent 3461b6f commit d7f3ac6

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

setup.py

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -48,33 +48,33 @@
4848
packages=find_packages(),
4949
zip_safe=False,
5050
install_requires=[
51-
"antlr4-python3-runtime==4.8",
52-
"dill==0.3.4",
53-
"Flask==1.1.1",
54-
"flask_codemirror==1.1",
55-
"flask_wtf==0.14.3",
56-
"future==0.18.2",
57-
"matplotlib==3.3.4",
58-
"networkx==2.5",
59-
"nltk==3.6.6",
60-
"notebook==6.4.12",
61-
"numpy==1.21",
62-
"pandas==1.2.2",
63-
"plotly==4.5.4",
64-
"pygraphviz==1.7",
65-
"pytest==6.2.2",
66-
"pytest-cov==2.11.1",
67-
"python-igraph==0.9.1",
68-
"Pygments==2.7.4",
69-
"SALib==1.3.12",
70-
"seaborn==0.10.0",
71-
"scikit_learn==0.24.1",
72-
"SPARQLWrapper==1.8.5",
73-
"sympy==1.5.1",
74-
"tqdm==4.29.0",
75-
"WTForms==2.2.1",
51+
"antlr4-python3-runtime",
52+
"dill",
53+
"Flask",
54+
"flask_codemirror",
55+
"flask_wtf",
56+
"future",
57+
"matplotlib",
58+
"networkx",
59+
"nltk",
60+
"notebook",
61+
"numpy",
62+
"pandas",
63+
"plotly",
64+
"pygraphviz",
65+
"pytest",
66+
"pytest-cov",
67+
"python-igraph",
68+
"Pygments",
69+
"SALib",
70+
"seaborn",
71+
"scikit_learn",
72+
"SPARQLWrapper",
73+
"sympy",
74+
"tqdm",
75+
"WTForms",
7676
"flask-codemirror",
77-
"scipy==1.6.0",
77+
"scipy",
7878
"ruamel.yaml",
7979
"pdfminer.six",
8080
"pdf2image",

0 commit comments

Comments
 (0)