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 ce1e38b commit cb33745Copy full SHA for cb33745
conda/dev.yml
@@ -6,7 +6,7 @@ dependencies:
6
# Base
7
# =================
8
- pip=22.2.2
9
- - python=3.9.13
+ - python=3.11
10
- six=1.16.0
11
- globus-sdk=3.2.1
12
- fair-research-login=0.2.6
conda/meta.yaml
@@ -16,11 +16,11 @@ build:
16
17
requirements:
18
host:
19
- - python >=3.9
+ - python >=3.11
20
- pip
21
22
run:
23
24
- fair-research-login >=0.2.6,<0.3.0
25
- globus-sdk >=3.0.0,<4.0.0
26
- six
0 commit comments