Skip to content

Commit 82f39c5

Browse files
committed
MAINT: Tidy up environment.yml
This changes the environment name to `npf-dev` and removes the duplicate entry for asv.
1 parent 3f67c27 commit 82f39c5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

environment.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# To use:
22
# $ conda env create -f environment.yml # `mamba` works too for this command
3-
# $ conda activate numpy-financial-dev
3+
# $ conda activate npf-dev
44
#
5-
name: numpy-financial-dev
5+
name: npf-dev
66
channels:
77
- conda-forge
88
dependencies:
@@ -20,7 +20,6 @@ dependencies:
2020
# Tests
2121
- pytest
2222
- pytest-xdist
23-
- asv>=0.6.0
2423
- hypothesis
2524
# Docs
2625
- myst-parser

0 commit comments

Comments
 (0)