File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed
Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 1+ **4.1.6 - TBD/25 **
2+
3+ - Use vivarium_dependencies for common setup constraints
4+
15**4.1.5 - 07/25/25 **
26
37 - Feature: Support new environment creation via 'make build-env'
Original file line number Diff line number Diff line change 4343 long_description = f .read ()
4444
4545 install_requirements = [
46+ "vivarium_dependencies[pandas,click]" ,
4647 "vivarium_build_utils>=2.0.0,<3.0.0" ,
47- "click" ,
4848 "numpy" ,
49- "pandas" ,
5049 "pyyaml" ,
5150 ]
5251
5756 ]
5857
5958 test_requirements = [
60- "pytest" ,
61- "pytest-cov" ,
62- "pytest-mock" ,
59+ "vivarium_dependencies[testing]" ,
6360 ]
6461
6562 doc_requirements = [
63+ "vivarium_dependencies[sphinx-rtd-theme,sphinx-autodoc-typehints]" ,
6664 "sphinx>=6.2.1, <7.0" ,
67- "sphinx-rtd-theme" ,
68- "sphinx-autodoc-typehints" ,
6965 ]
7066
7167 lint_requirements = [
72- "black==22.3.0" ,
73- "isort==5.13.2" ,
68+ "vivarium_dependencies[linting]" ,
7469 ]
7570
7671 setup (
You can’t perform that action at this time.
0 commit comments