Skip to content

Commit

Permalink
Lock requirement files (Fix #80)
Browse files Browse the repository at this point in the history
Requirements have been locked via:
[lock-requirements](https://pypi.org/project/lock-requirements/)
This commit solves "Lock current requirements (pre-Dependabot setup)"
(#77).

Changelist:
- Lock requirements.txt
- Lock requirements-nightly.txt
- Lock requirements-dev.txt
  • Loading branch information
quantum9Innovation committed Jul 1, 2021
1 parent ea84576 commit 80f2061
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
20 changes: 10 additions & 10 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
matplotlib
numpy
fire
pandas
plotly
pytest
coverage
codecov
pdoc3
SciencePlots
matplotlib==3.4.2
numpy==1.21.0
fire==0.4.0
pandas==1.2.4
plotly==5.1.0
pytest==6.2.4
coverage==5.5
codecov==2.1.11
pdoc3==0.9.2
SciencePlots==1.0.8
12 changes: 6 additions & 6 deletions requirements-nightly.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
matplotlib
numpy
fire
pandas
plotly
SciencePlots
matplotlib==3.4.2
numpy==1.21.0
fire==0.4.0
pandas==1.2.4
plotly==5.1.0
SciencePlots==1.0.8
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
matplotlib
numpy
matplotlib==3.4.2
numpy==1.21.0

0 comments on commit 80f2061

Please sign in to comment.