Skip to content

Commit eaa424f

Browse files
committed
update dev envs
1 parent 6ef4a2d commit eaa424f

File tree

5 files changed

+5
-13
lines changed

5 files changed

+5
-13
lines changed

dev/env-py38.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22
name: core38
33
channels:
44
- conda-forge
5-
- defaults
5+
- nodefaults
66
dependencies:
77
- bioimageio.spec>=0.5.3.3
88
- black
99
- crick # uncommented
1010
- filelock
11-
- fire
1211
- imageio>=2.5
1312
- jupyter
1413
- jupyter-black
@@ -27,7 +26,6 @@ dependencies:
2726
- pytest
2827
- pytest-cov
2928
- pytest-xdist
30-
- python-dotenv
3129
- python=3.8 # changed
3230
- pytorch>=2.1
3331
- requests

dev/env-tf.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22
name: core-tf # changed
33
channels:
44
- conda-forge
5-
- defaults
5+
- nodefaults
66
dependencies:
77
- bioimageio.spec>=0.5.3.3
88
- black
99
# - crick # currently requires python<=3.9
1010
- filelock
11-
- fire
1211
- imageio>=2.5
1312
- jupyter
1413
- jupyter-black
@@ -27,7 +26,6 @@ dependencies:
2726
- pytest
2827
- pytest-cov
2928
- pytest-xdist
30-
- python-dotenv
3129
# - python=3.9 # removed
3230
# - pytorch>=2.1 # removed
3331
- requests

dev/env-wo-python.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
name: core
33
channels:
44
- conda-forge
5-
- defaults
5+
- nodefaults
6+
- pytorch # added
67
dependencies:
78
- bioimageio.spec>=0.5.3.3
89
- black
910
# - crick # currently requires python<=3.9
1011
- filelock
11-
- fire
1212
- imageio>=2.5
1313
- jupyter
1414
- jupyter-black
@@ -27,12 +27,11 @@ dependencies:
2727
- pytest
2828
- pytest-cov
2929
- pytest-xdist
30-
- python-dotenv
3130
# - python=3.9 # removed
3231
- pytorch>=2.1
3332
- requests
3433
- rich
35-
# - ruff # removed
34+
- ruff
3635
- ruyaml
3736
- torchvision
3837
- tqdm

dev/env.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ dependencies:
66
- black
77
# - crick # currently requires python<=3.9
88
- filelock
9-
- fire
109
- imageio>=2.5
1110
- jupyter
1211
- jupyter-black
@@ -27,7 +26,6 @@ dependencies:
2726
- pytest
2827
- pytest-cov
2928
- pytest-xdist
30-
- python-dotenv
3129
- python=3.9
3230
- pytorch>=2.1
3331
- requests

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
"numpy",
3636
"pydantic-settings >=2.3",
3737
"pydantic",
38-
"python-dotenv",
3938
"requests",
4039
"ruyaml",
4140
"tqdm",

0 commit comments

Comments
 (0)