Skip to content

Commit

Permalink
requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Feb 21, 2024
1 parent 8815bea commit 717b4ea
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions requirements/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
pandas>=1.1
pytest>=6.0
pytest-cov==2.6.*
pytest-timeout~=1.3
pytest-xdist~=1.27
pytest-retry~=1.6
pandas >=1.1
pytest >7.0
pytest-cov >=2.6.0, <2.7
pytest-timeout >=1.3, <1.4
pytest-xdist >=1.27, <1.28
pytest-retry >1.6, <1.7
ujson
orjson
requests
holidays~=0.9
matplotlib~=3.6
holidays >=0.9, <0.10
matplotlib >=3.6, <3.7

0 comments on commit 717b4ea

Please sign in to comment.