Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bpuchala committed Aug 9, 2024
1 parent 0c12b1f commit 60d29df
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion build_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
pip
setuptools>=42
libcasm-configuration>=2.0a2
libcasm-configuration>=2.0a4
numpy
opt-einsum
scipy
sparse
1 change: 0 additions & 1 deletion dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
black
build
opt-einsum
ruff
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ classifiers = [
dependencies = [
"libcasm-configuration>=2.0a4",
"numpy",
"opt-einsum",
"scipy",
"sparse"
]
Expand Down

0 comments on commit 60d29df

Please sign in to comment.