Skip to content

Commit 86f39a3

Browse files
committed
libfmp_docs environment
1 parent 4ddd9b2 commit 86f39a3

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
-577 Bytes
Binary file not shown.

docs/environment.yml

+12
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
11
name: libfmp_docs
2+
23
dependencies:
34
- python==3.7.*
5+
- pip
46
- pip:
7+
- ipython==7.8.*
8+
- librosa==0.8.*
9+
- matplotlib==3.1.*
10+
- music21==5.7.*
11+
- numba==0.51.*
12+
- pandas==1.0.*
13+
- pretty_midi==0.2.*
14+
- pysoundfile==0.9.*
15+
- scipy==1.3.*
16+
- numpy==1.17.*
517
# - libfmp # using a freshly downloaded version of libfmp in the ci script
618
# - sphinx==3.5.* # we need features from version 4 (autodoc_preserve_defaults)
719
- git+git://github.com/sphinx-doc/sphinx.git@v4.0.0b1#egg=sphinx

0 commit comments

Comments
 (0)