Skip to content

Commit

Permalink
build(deps): update project dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mwong009 committed Feb 21, 2024
1 parent 4917759 commit 301b63a
Show file tree
Hide file tree
Showing 3 changed files with 1,901 additions and 227 deletions.
38 changes: 15 additions & 23 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,24 @@ channels:
- defaults
dependencies:
# core dependencies
- python=3.11
- python>=3.9,<3.13
- aesara=2.9.3
- numpy=1.25.2
- scipy=1.11.4
- pandas=1.5.3
- seaborn=0.12.2
- numpy<1.26.0
- scipy<1.12.0
- pandas<2.1.0
- seaborn<0.14.0
- watermark=2.4.3
- poetry=1.7.1

# test dependencies
- pytest>=6.2.5
- pytest-cov>=3.0.0

# dev dependencies
- black>=21.0.0
- isort>=5.9.1

# doc dependencies
- mkdocs>=1.4.3
- mkdocs-material>=9.1.18
- pymdown-extensions>=10.0.1
- mkdocstrings>=0.15.0
- mknotebooks>=0.8.0,<1.0.0
# testing
- pytest>=7.4.3


# remove any old environment
# conda env remove -n pycmtensor-dev

# run:
# install the environment
# conda env create -f environment.yml && conda activate pycmtensor-dev

# extra_deps:
# pip install commitizen pre-commit ipykernel
# development
# conda install git ipykernel poetry
# poetry install --with docs,test,lint
Loading

0 comments on commit 301b63a

Please sign in to comment.