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 2336fac commit a7745a8Copy full SHA for a7745a8
environment.yml
@@ -11,6 +11,7 @@ dependencies:
11
- matplotlib
12
- numpy
13
- regex
14
+ - rich
15
- pip
16
- pip:
17
- pytest
pyproject.toml
@@ -33,6 +33,7 @@ dependencies = [
33
"matplotlib",
34
"numpy",
35
"regex",
36
+ "rich",
37
]
38
39
# Dynamic versioning
0 commit comments