Skip to content

Commit

Permalink
updated setup file for wheel build
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Aug 26, 2024
1 parent 3aad18c commit 894cd35
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@
'License :: OSI Approved :: MIT License',
'Topic :: Scientific/Engineering :: Bio-Informatics',
],
install_requires=[
"smoldyn>=2.73",
"biosimulators-utils[logging]>=0.1.188",
"simulariumio>=1.11.0",
"pkg-utils"
]
entry_points={
'console_scripts': [
'biosimulators-amici = biosimulators_smoldyn.__main__:main',
Expand Down

0 comments on commit 894cd35

Please sign in to comment.