Skip to content

Commit

Permalink
Merge pull request #224 from cemsbv/pin-requirements.txt
Browse files Browse the repository at this point in the history
pin requirements in requirements.txt
  • Loading branch information
tlukkezen authored Aug 2, 2022
2 parents c8579a8 + bb0817d commit c1bb7cd
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
matplotlib >= 3.4.2
pandas >= 1.1.5
polars[pyarrow] >= 0.13.55
xmlschema == 1.11.3
Sphinx >= 3.3.1
sphinx-autodoc-typehints >= 1.11.1
ipython >= 7.30.1
asteroid-sphinx-theme >= 0.0.3
sphinx_rtd_theme >= 1.0.0
pytest>=6.2.5
lxml>=4.7.1
matplotlib==3.5.2
pandas==1.3.5
polars[pyarrow]==0.13.59
xmlschema==1.11.3
Sphinx==5.1.1
sphinx-autodoc-typehints==1.19.1
ipython==7.34.0
asteroid-sphinx-theme==0.0.3
sphinx_rtd_theme==1.0.0
pytest==7.1.2
lxml==4.9.1
black==22.6.0

0 comments on commit c1bb7cd

Please sign in to comment.