Skip to content

Commit

Permalink
Merge pull request #83 from jakobj/enh/define-requirements-versions
Browse files Browse the repository at this point in the history
Add versions to (extra)requirements
  • Loading branch information
mschmidt87 authored Apr 25, 2020
2 parents 8de42a3 + b6e12b5 commit 65413fc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions extra-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
black
flake8
matplotlib
pytest
scipy
sympy
torch
black ~= 19.10b0
flake8 ~= 3.7.9
matplotlib ~= 3.2.1
pytest ~= 5.4.1
scipy ~= 1.4.1
sympy ~= 1.5.1
torch ~= 1.5.0
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
numpy
numpy ~= 1.18.3

0 comments on commit 65413fc

Please sign in to comment.