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 6a6b9f3 commit 93ba5c1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
8 changes: 1 addition & 7 deletions build_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
pip
setuptools>=42
jinja2
libcasm-configuration>=2.0a4
numpy
opt-einsum
scipy
sparse
setuptools>=42
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ dependencies = [
"numpy",
"opt-einsum",
"scipy",
"sortedcontainers",
"sparse"
]

Expand Down
7 changes: 7 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
jinja2
libcasm-configuration>=2.0a4
numpy
opt-einsum
scipy
sortedcontainers
sparse

0 comments on commit 93ba5c1

Please sign in to comment.