Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ComparativeGenomicsToolkit
cactus
Commits
3345cc0c
Unverified
Commit
3345cc0c
authored
May 19, 2022
by
Glenn Hickey
Committed by
GitHub
May 19, 2022
Browse files
Merge pull request #723 from ComparativeGenomicsToolkit/docker-fixes
Fix CI, which broke due to networkx update
parents
8c56cbf8
ebdc6933
Pipeline
#1569
passed with stage
in 85 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
3345cc0c
...
...
@@ -35,7 +35,7 @@ setup(
install_requires
=
[
'decorator'
,
'networkx>=2,<
3
'
,
'networkx>=2,<
2.8.1
'
,
'pytest'
,
'cigar'
,
'biopython'
],
...
...
Write
Preview
Markdown
is supported
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