Skip to content

Commit

Permalink
Add to install_requires instead
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-david-fischbach committed Jan 14, 2023
1 parent 10eb086 commit 15a26bd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
importlib-metadata > 4
autograd>=1.3
matplotlib>=3.0.3
numpy>=1.16.2
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
readme = f.read()

dependencies = [
'importlib-metadata > 4',
'numpy>=1.16.2',
'scipy>=1.2.1',
'matplotlib>=3.0.3',
Expand Down

0 comments on commit 15a26bd

Please sign in to comment.