Skip to content

Commit

Permalink
- add lxml dependency
Browse files Browse the repository at this point in the history
needed only by remove annotation function
  • Loading branch information
fbergmann committed Sep 27, 2024
1 parent c9639e8 commit 19e57c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def absolute_links(txt):
package_data={'basico': ['data/*']},
license='Artistic-2.0',
install_requires=[
'python-copasi', 'pandas', 'numpy', 'matplotlib', 'PyYAML' , 'scipy'
'python-copasi', 'pandas', 'numpy', 'matplotlib', 'PyYAML' , 'scipy', 'lxml'
],
platforms=['Windows', 'Linux', 'MacOS'],
classifiers=[
Expand Down

0 comments on commit 19e57c4

Please sign in to comment.