-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathenvironment.yml
51 lines (51 loc) · 1016 Bytes
/
environment.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
name: blank
channels:
- conda-forge
- defaults
dependencies:
- python>=3.12
- altair>=5.2.0
- beautifulsoup4>=4.12.3
- black>=24.3.0
- doit>=0.36.0
- ipython>=8.22.2
- jupyter>=1.0.0
- jupyter-book>=1.0.0
- jupyterlab>=4.1.5
- linearmodels>=5.4
- matplotlib>=3.8.3
- myst-parser>=2.0.0
- notebook>=7.1.2
- numpy>=1.26.4
- numpydoc>=1.6.0
- openpyxl>=3.1.2
- pandas>=2.2.1
- pandas-datareader>=0.10.0
- pandas-market-calendars>=4.4.0
- plotly
- plotnine>=0.13.2
- polars>=0.20.16
- pytest>=8.1.1
- python-decouple>=3.8
- python-dotenv>=1.0.1
- pyxlsb>=1.0.10
- requests>=2.31.0
- scikit-learn>=1.4.1.post1
- scipy>=1.12.0
- seaborn>=0.13.2
- sphinx-book-theme>=1.1.2
- statsmodels>=0.14.1
- streamlit>=1.32.2
- vega_datasets>=0.9.0
# - wrds>=3.2.0 # Not available in conda-forge
- xbbg>=0.7.7
- xlrd>=2.0.1
- zstandard>=0.22.0
# R dependencies
- r-base
- r-arrow
- r-fixest
- r-ggplot2
- r-tidyverse
- r-zoo
- r-stargazer