Skip to content

Commit

Permalink
clean-up dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaehne committed Jan 27, 2025
1 parent e1ef3b0 commit 6df6968
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 1 addition & 3 deletions conda_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: test_env
channels:
- conda-forge
dependencies:
- dask-core >=2021.3.1
- dask-core >=2021.5.1
- dill
- importlib-metadata
- h5py
Expand All @@ -15,9 +15,7 @@ dependencies:
- packaging
- pint >=0.10
- prettytable >=2.3
- python-dateutil >=2.5.0
- pyyaml
- requests
- rosettasciio-base
- scikit-image >=0.18
- scikit-learn >=1.0.1
Expand Down
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,14 @@ dependencies = [
"cloudpickle",
"dask[array]>=2021.5.1",
"importlib-metadata>=3.6",
"jinja2",
"jinja2", # improves representation of lazy signals by dask
"matplotlib>=3.6",
"natsort",
"numpy>=1.20.0",
"packaging",
"pint>=0.10",
"pooch",
"prettytable>=2.3",
"python-dateutil>=2.5.0",
"pyyaml",
"requests",
"rosettasciio[hdf5]",
"scikit-image>=0.18",
"scipy>=1.6.0",
Expand Down Expand Up @@ -144,6 +141,7 @@ speed = [
"numexpr",
]
tests = [
"pooch",
"pytest-instafail",
"pytest-mpl",
"pytest-rerunfailures",
Expand Down

0 comments on commit 6df6968

Please sign in to comment.