Skip to content

Commit

Permalink
Merge pull request #1226 from alanlujan91/requirements
Browse files Browse the repository at this point in the history
Requirements
  • Loading branch information
sbenthall authored Feb 16, 2023
2 parents fe0005f + 33f5268 commit 34df8ca
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 33 deletions.
27 changes: 27 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: hark-dev
channels:
- conda-forge
- defaults
dependencies:
- dill>=0.3
- flake8
- future
- interpolation>=2.2.3
- joblib>=1.2
- jupyterlab>=3.6
- jupytext>=1.14
- quantecon
- matplotlib>=3.6
- nbsphinx>=0.8
- networkx>=3
- numba>=0.56
- numpy>=1.23
- pandas>=1.5
- recommonmark>=0.7
- scipy>=1.10
- seaborn>=0.12
- sphinx>=6.1
- xarray>=2023
- pip>=23
- pip:
- sphinx-rtd-theme
32 changes: 16 additions & 16 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
dill
dill>=0.3
flake8
future
interpolation>=2.2.3
joblib
jupyterlab
jupytext
matplotlib
nbsphinx
networkx
numba
numpy
pandas
quantecon
recommonmark
scipy
seaborn
sphinx
joblib>=1.2
jupyterlab>=3.6
jupytext>=1.14
matplotlib>=3.6
nbsphinx>=0.8
networkx>=3
numba>=0.56
numpy>=1.23
pandas>=1.5
quantecon>=0.6
recommonmark>=0.7
scipy>=1.10
seaborn>=0.12
sphinx>=6.1
sphinx-rtd-theme
xarray
xarray>=2023
34 changes: 17 additions & 17 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,29 +34,29 @@ keywords = economics modelling modeling heterogeneity
packages = find:
include_package_data = True
install_requires =
numpy
matplotlib
scipy
dill
joblib
quantecon
interpolation
numba
pandas
networkx
numpy>=1.23
matplotlib>=3.6
scipy>=1.10
dill>=0.3
joblib>=1.2
quantecon>=0.6
interpolation>=2.2.3
numba>=0.56
pandas>=1.5
networkx>=3
pydot
xarray
jupyterlab
jupytext
xarray>=2023
jupyterlab>=3.6
jupytext>=1.14
seaborn>=0.12
python_requires = >=3.8

[options.extras_require]
dev =
Sphinx
nbsphinx
recommonmark
Sphinx>=6.1
nbsphinx>=0.8
recommonmark>=0.7
pre-commit
seaborn
pytest
nbval
estimagic
Expand Down

0 comments on commit 34df8ca

Please sign in to comment.