Skip to content

Commit

Permalink
removing most version constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
cl4yton committed Dec 8, 2022
1 parent 3461b6f commit d7f3ac6
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,33 +48,33 @@
packages=find_packages(),
zip_safe=False,
install_requires=[
"antlr4-python3-runtime==4.8",
"dill==0.3.4",
"Flask==1.1.1",
"flask_codemirror==1.1",
"flask_wtf==0.14.3",
"future==0.18.2",
"matplotlib==3.3.4",
"networkx==2.5",
"nltk==3.6.6",
"notebook==6.4.12",
"numpy==1.21",
"pandas==1.2.2",
"plotly==4.5.4",
"pygraphviz==1.7",
"pytest==6.2.2",
"pytest-cov==2.11.1",
"python-igraph==0.9.1",
"Pygments==2.7.4",
"SALib==1.3.12",
"seaborn==0.10.0",
"scikit_learn==0.24.1",
"SPARQLWrapper==1.8.5",
"sympy==1.5.1",
"tqdm==4.29.0",
"WTForms==2.2.1",
"antlr4-python3-runtime",
"dill",
"Flask",
"flask_codemirror",
"flask_wtf",
"future",
"matplotlib",
"networkx",
"nltk",
"notebook",
"numpy",
"pandas",
"plotly",
"pygraphviz",
"pytest",
"pytest-cov",
"python-igraph",
"Pygments",
"SALib",
"seaborn",
"scikit_learn",
"SPARQLWrapper",
"sympy",
"tqdm",
"WTForms",
"flask-codemirror",
"scipy==1.6.0",
"scipy",
"ruamel.yaml",
"pdfminer.six",
"pdf2image",
Expand Down

0 comments on commit d7f3ac6

Please sign in to comment.