Skip to content

Commit 89b12af

Browse files
authored
Fix conda requirements (#186)
1 parent edad918 commit 89b12af

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

conda/dev.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ dependencies:
77
# =================
88
- pip=21.0.1
99
- python=3.7.10
10+
- six=1.16.0
11+
- globus-sdk=2.0.1
12+
- fair-research-login=0.2.0
1013
# Developer Tools
1114
# =================
1215
# If versions are updated, also update 'rev' in `.pre-commit.config.yaml`

conda/meta.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ requirements:
2121

2222
run:
2323
- python >=3.6
24+
- six
25+
- globus-sdk
26+
- fair-research-login
2427

2528
test:
2629
imports:

0 commit comments

Comments
 (0)