Skip to content

Commit

Permalink
mnt: update dev deps, unpin pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
k-dominik committed Aug 13, 2024
1 parent f93752e commit 25a309d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions dev/environment-dev.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
name: ndstructs-dev
channels:
- defaults
- conda-forge
- nodefaults
dependencies:
- black
- bumpversion
- numpy
- scikit-image
- h5py
- pre_commit
- pytest <5.4
- python >=3.7
- pytest
- python >=3.8
- imageio
- fs
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
packages=["ndstructs", "ndstructs.utils", "ndstructs.datasource", "ndstructs.datasink", "ndstructs.caching"],
python_requires=">=3.8",
install_requires=["numpy", "scikit-image", "h5py", "fs", "typing_extensions", "imageio"],
extras_require={"dev": ["pytest<5.4"]},
extras_require={"dev": ["pytest"]},
)

0 comments on commit 25a309d

Please sign in to comment.