Skip to content

Commit

Permalink
Merge pull request #157 from stefanradev93/improve-requirements
Browse files Browse the repository at this point in the history
Improve requirements
  • Loading branch information
stefanradev93 authored Apr 10, 2024
2 parents 82a95f2 + 5b5c129 commit 6193333
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 2 deletions.
25 changes: 25 additions & 0 deletions env_dev.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# "dev" conda envs are to be used by devs in setting their local environments
name: bf-dev
channels:
- conda-forge
- defaults
dependencies:
- aesara
- flake8>=6.1.0
- ipywidgets
- jupyter
- jupytext
- matplotlib
- minikanren
- mypy>=1.5.1
- pandas
- pip
- pytest>=7.2.0
- pytest-xdist>=3.5.0
- pytest-cov>=4.1.0
- scikit-learn
- seaborn
- tensorflow<2.16,>=2.10.1
- tensorflow-probability<0.24,>=0.17
- tox>=4.10.0
- watermark
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,7 @@ target-version = ["py310", "py311"]
profile = "black"
line_length = 120
multi_line_output = 3

[tool.jupytext.formats]
"examples/" = "ipynb"
"scripts/" = "md"
12 changes: 10 additions & 2 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
flake8>=6.1.0
tox>=4.10.0
ipywidgets
jupyter
mypy>=1.5.1
pandas
pytest>=7.2.0
pytest-xdist>=3.5.0
pytest-cov>=4.1.0
myp>=1.5.1
scikit-learn
seaborn
tensorflow<2.16,>=2.10.1
tensorflow-probability<0.24,>=0.17
tox>=4.10.0
watermark

0 comments on commit 6193333

Please sign in to comment.