-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add new nox sessions to deal with requirements and venvs (#13)
Add: - New `venv-3xx` nox session to automatically create and setup development environments - New `requirements` nox session to automatically freeze and synchronize versions of requirements for development and testing across tools - `requirements` folder with different sets of requirements for development Change: - Update development instructions - Update documentation-related nox sessions - Update minimum required dependency for `dace` Remove: - Old `requirements-dev.txt` file is now a preset inside the `requirements` folder
- Loading branch information
Showing
15 changed files
with
676 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
dace>=0.16 | ||
jax[cpu]>=0.4.24 | ||
numpy>=1.26.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
# SHA1:50585cb1d4e4cc2297a939939d360c886c4ee3e4 | ||
# | ||
# This file is autogenerated by pip-compile-multi | ||
# To update, run: | ||
# | ||
# pip-compile-multi | ||
# | ||
aenum==3.1.15 | ||
# via dace | ||
astunparse==1.6.3 | ||
# via dace | ||
dace==0.16 | ||
# via -r requirements/base.in | ||
dill==0.3.8 | ||
# via dace | ||
fparser==0.1.4 | ||
# via dace | ||
jax[cpu]==0.4.29 | ||
# via -r requirements/base.in | ||
jaxlib==0.4.29 | ||
# via jax | ||
jinja2==3.1.4 | ||
# via dace | ||
markupsafe==2.1.5 | ||
# via jinja2 | ||
ml-dtypes==0.4.0 | ||
# via | ||
# jax | ||
# jaxlib | ||
mpmath==1.3.0 | ||
# via sympy | ||
networkx==3.3 | ||
# via dace | ||
numpy==2.0.0 | ||
# via | ||
# -r requirements/base.in | ||
# dace | ||
# jax | ||
# jaxlib | ||
# ml-dtypes | ||
# opt-einsum | ||
# scipy | ||
opt-einsum==3.3.0 | ||
# via jax | ||
packaging==24.1 | ||
# via setuptools-scm | ||
ply==3.11 | ||
# via dace | ||
pyyaml==6.0.1 | ||
# via dace | ||
scipy==1.13.1 | ||
# via | ||
# jax | ||
# jaxlib | ||
setuptools-scm==8.1.0 | ||
# via fparser | ||
six==1.16.0 | ||
# via astunparse | ||
sympy==1.12.1 | ||
# via dace | ||
tomli==2.0.1 | ||
# via setuptools-scm | ||
websockets==12.0 | ||
# via dace | ||
wheel==0.43.0 | ||
# via astunparse | ||
|
||
# The following packages are considered to be unsafe in a requirements file: | ||
# setuptools |
Oops, something went wrong.