Skip to content

Commit

Permalink
build: updated networkx version for py3.7+
Browse files Browse the repository at this point in the history
  • Loading branch information
newgene committed Jun 1, 2023
1 parent 24bc80c commit 7a4deec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ def read(fname):
"black", # code formatter
"boto3", # for aws S3 access
"requests-aws4auth", # aws s3 auth requests for autohub
"networkx>=2.1,<2.6", # datatransform
'networkx>=2.1,<3.0; python_version >= "3.7.0"', # datatransform
'networkx>=2.1,<2.6; python_version < "3.7.0"', # datatransform
"biothings_client>=0.2.6", # datatransform (api client)
"cryptography>=38.0.3", # for generate ssh keys, ssl cert.
]
Expand Down

0 comments on commit 7a4deec

Please sign in to comment.