Skip to content

Commit

Permalink
Merge pull request nexpy#409 from rayosborn:update-dependencies
Browse files Browse the repository at this point in the history
Update `nexusformat` dependency.
  • Loading branch information
rayosborn authored Jun 30, 2023
2 parents b49dbcd + 7018068 commit caf2a31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ requirements:

run:
- python >=3.7
- nexusformat >=1.0.0
- nexusformat >=1.0.2
- numpy
- scipy
- h5py
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ package_dir =
=src
python_requires = >=3.7
install_requires =
nexusformat >= 1.0.0
nexusformat >= 1.0.2
numpy
scipy
h5py >= 2.9
Expand Down

0 comments on commit caf2a31

Please sign in to comment.