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 d0dea02 commit 8be86d2Copy full SHA for 8be86d2
README.md
@@ -29,6 +29,14 @@ source env/bin/activate
29
pip install -r requirements.txt
30
source scripts/setup-mongo-dev.sh
31
```
32
+Note: if you encounter the following error:
33
+```
34
+AttributeError: module 'coverage' has no attribute 'types'
35
36
+You can run the following to address this:
37
38
+pip install --upgrade coverage
39
40
41
### Docker
42
requirements.txt
@@ -18,7 +18,7 @@ cellarium-cas[vis]==1.4.11
18
19
# Dev dependencies
20
pytest==7.2.1
21
-coverage==4.5.3
+coverage==7.12.0
22
pytest-xdist==1.29.0
23
pre-commit==1.18.1
24
black==24.3.0
0 commit comments