Skip to content

Commit

Permalink
update pyproject and dev-req. file.
Browse files Browse the repository at this point in the history
  • Loading branch information
RubelMozumder committed Sep 13, 2024
1 parent 63049b6 commit 88a3325
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ mypy-extensions==1.0.0
# via mypy
nodeenv==1.9.1
# via pre-commit
numpy==2.1.1
numpy==1.26.4
# via
# pynxtools (pyproject.toml)
# ase
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
"h5py>=3.6.0",
"xarray>=0.20.2",
"PyYAML>=6.0",
"numpy>=1.21.2",
'numpy>=1.22.4,<2.0.0',
"pandas>=1.3.2",
"ase>=3.19.0",
"mergedeep",
Expand Down

0 comments on commit 88a3325

Please sign in to comment.