Skip to content

Commit

Permalink
Different version
Browse files Browse the repository at this point in the history
  • Loading branch information
whitead committed Jul 3, 2022
1 parent 9e3361c commit f5aacc1
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 @@ -19,7 +19,7 @@
packages=["molcloud"],
install_requires=["networkx", "matplotlib",
"pygraphviz", "rdkit", "click", "tqdm"],
extras_require={"rna": ["numpy", "forgi=2.0.2"]},
extras_require={"rna": ["numpy", "forgi==2.0.2"]},
test_suite="tests",
entry_points="""
[console_scripts]
Expand Down

0 comments on commit f5aacc1

Please sign in to comment.