Skip to content

Commit

Permalink
Remove unused dependencies (#1459)
Browse files Browse the repository at this point in the history
Fixes #1458

---------

Co-authored-by: Jack McIvor <[email protected]>
  • Loading branch information
jack-mcivor and Jack McIvor authored Dec 8, 2023
1 parent 7056675 commit 38c8f07
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,26 +1,21 @@
aenum==3.1.12
astunparse==1.6.3
blinker==1.6.2
certifi==2023.7.22
charset-normalizer==3.1.0
click==8.1.3
dill==0.3.6
Flask==2.3.2
fparser==0.1.3
idna==3.4
importlib-metadata==6.6.0
itsdangerous==2.1.2
Jinja2==3.1.2
MarkupSafe==2.1.3
mpmath==1.3.0
networkx==3.1
numpy==1.26.1
ply==3.11
PyYAML==6.0.1
requests==2.31.0
six==1.16.0
sympy==1.9
urllib3==2.0.7
websockets==11.0.3
Werkzeug==3.0.1
zipp==3.15.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
},
include_package_data=True,
install_requires=[
'numpy', 'networkx >= 2.5', 'astunparse', 'sympy<=1.9', 'pyyaml', 'ply', 'websockets', 'requests', 'flask',
'numpy', 'networkx >= 2.5', 'astunparse', 'sympy<=1.9', 'pyyaml', 'ply', 'websockets', 'jinja2',
'fparser >= 0.1.3', 'aenum >= 3.1', 'dataclasses; python_version < "3.7"', 'dill',
'pyreadline;platform_system=="Windows"', 'typing-compat; python_version < "3.8"'
] + cmake_requires,
Expand Down

0 comments on commit 38c8f07

Please sign in to comment.