We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edad918 commit 89b12afCopy full SHA for 89b12af
conda/dev.yml
@@ -7,6 +7,9 @@ dependencies:
7
# =================
8
- pip=21.0.1
9
- python=3.7.10
10
+ - six=1.16.0
11
+ - globus-sdk=2.0.1
12
+ - fair-research-login=0.2.0
13
# Developer Tools
14
15
# If versions are updated, also update 'rev' in `.pre-commit.config.yaml`
conda/meta.yaml
@@ -21,6 +21,9 @@ requirements:
21
22
run:
23
- python >=3.6
24
+ - six
25
+ - globus-sdk
26
+ - fair-research-login
27
28
test:
29
imports:
0 commit comments