Skip to content

Commit

Permalink
Merge pull request #83 from epispot/patch-80
Browse files Browse the repository at this point in the history
Lock requirement files (Fix #80)
  • Loading branch information
quantum9Innovation committed Jul 1, 2021
2 parents 4a24959 + a3572d9 commit ccbc23b
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,<4.0.0
numpy>=1.21.0,<2.0.0
fire>=0.4.0,<1.0.0
pandas>=1.2.4,<2.0.0
plotly>=5.1.0,<6.0.0
pytest>=6.2.4,<7.0.0
coverage>=5.5,<6.0
codecov>=2.1.11,<3.0.0
pdoc3>=0.9.2,<1.0.0
SciencePlots>=1.0.8,<2.0.0
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,<4.0.0
numpy>=1.21.0,<2.0.0
fire>=0.4.0,<1.0.0
pandas>=1.2.4,<2.0.0
plotly>=5.1.0,<6.0.0
SciencePlots>=1.0.8,<2.0.0
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,<4.0.0
numpy>=1.21.0,<2.0.0

0 comments on commit ccbc23b

Please sign in to comment.