Skip to content

Commit

Permalink
Merge pull request #3 from glarue/master
Browse files Browse the repository at this point in the history
Add networkx dependency
  • Loading branch information
glarue authored Apr 27, 2023
2 parents 4fe017d + 3c59a80 commit ee2b884
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = intronIC
version = 1.3.1
version = 1.4.0
license = GPL v3.0
description = Retrieve annotated intron sequences and classify them as minor (U12-type) or major (U2-type)
long_description = file: README.md
Expand All @@ -18,6 +18,7 @@ install_requires =
scikit-learn >=0.22
biogl
matplotlib
networkx >=2.5.1
python_requires = >=3.3

[options.package_data]
Expand Down

0 comments on commit ee2b884

Please sign in to comment.