We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af5d9fe commit 2db7320Copy full SHA for 2db7320
2 files changed
‎requirements.txt‎
@@ -1,3 +1,4 @@
1
+corrai>=1.0.0
2
numpy~=1.22.3
3
pandas~=1.4.2
4
setuptools~=62.1.0
‎tox.ini‎
@@ -9,8 +9,6 @@ commands =
9
pytest --cov=tide --cov-branch --cov-report=term-missing --cov-report=xml
10
11
[testenv:min]
12
-constrain_package_deps = True
13
-use_frozen_constraints = True
14
deps =
15
-r requirements/tests.txt
16
-r requirements/install-min.txt
0 commit comments