Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Durairaj, Janani
caretta
Commits
12cdbd70
Commit
12cdbd70
authored
Dec 09, 2019
by
Durairaj, Janani
Browse files
Update setup.py
parent
8c5e0265
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
12cdbd70
...
...
@@ -4,7 +4,7 @@ setup(name='caretta',
version
=
'1.0'
,
authors
=
[
"Janani Durairaj"
,
"Mehmet Akdel"
],
packages
=
[
"caretta"
],
install_requires
=
[
"numpy"
,
"numba==0.44.1"
,
"scipy"
,
"prody==1.10.10"
,
"biopython"
,
"fire"
,
"pyparsing"
],
install_requires
=
[
"numpy
==1.16.4
"
,
"numba==0.44.1"
,
"scipy
==1.3.0
"
,
"prody==1.10.10"
,
"biopython
==1.74
"
,
"fire
==0.2.1
"
,
"pyparsing
==2.4.0
"
],
extras_require
=
{
'GUI'
:
[
"dash==1.3.1"
,
"dash-bio==0.1.4"
,
"cryptography"
,
"dash-core-components==1.2.1"
,
"dash-html-components==1.0.1"
,
"dash-renderer==1.1.0"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment