Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(bayes3d): init bayes3d #15

Open
wants to merge 44 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
2416308
feat(bayes3d): init bayes3d @ ba4234a4
srounce Apr 5, 2024
82b2700
WIP: try using pypi wheel
srounce Apr 26, 2024
eea7adf
WIP: building opencv from source failing with py.typed not found
srounce Jun 26, 2024
7c0daf3
WIP: everything builds but has package conflicts due to genjax being …
srounce Jun 27, 2024
4c3872e
WIP: genjax still broken, jaxlib FOD is non-reproducible
srounce Jun 28, 2024
d343d10
WIP: bayes3d building with overrides
srounce Jul 9, 2024
84416b9
WIP: add bayes3d pythonImportsCheck
srounce Jul 9, 2024
66ff185
WIP: Fettling to get bayes3d demo ipynb working
srounce Jul 9, 2024
9c31e28
feat: First working version of Bayes3D in Ipynb
srounce Jul 9, 2024
d36d542
chore(flake): expose packages as checks
zimbatm Jul 9, 2024
4d45705
chore(flake): use final/prev
zimbatm Jul 9, 2024
90e17a9
chore(flake): add the devshell python to the checks
zimbatm Jul 9, 2024
ff6060b
fix: Correct invalid packages attributes
srounce Jul 9, 2024
1449164
chore(flake): Remove unused poetry2nix
srounce Jul 9, 2024
eee9ba4
fix(distributions): Patch source to use GNU Sed on Darwin
srounce Jul 9, 2024
47517c5
fixup! chore(flake): Remove unused poetry2nix
zimbatm Jul 10, 2024
b49dbdc
python3Packages.sppl: fix build
zimbatm Jul 10, 2024
a093b28
chore(flake): disable aarch64-linux
zimbatm Jul 10, 2024
0560a06
chore(flake): switch tensorflow and jaxlib versions based on support
zimbatm Jul 10, 2024
3fae381
chore(nix): remove last uses of python3Packages
zimbatm Jul 10, 2024
488b76c
fix(distributions): add missing pyflakes for macOS
zimbatm Jul 10, 2024
2c39803
chore: remove unused packages
zimbatm Jul 10, 2024
dec6612
chore: run deadnix on all the files
zimbatm Jul 10, 2024
6d41acb
chore: run nixfmt on all the files
zimbatm Jul 10, 2024
06ef7e9
feat: re-export the loom docker images as .#loomOCI
zimbatm Jul 10, 2024
17acdad
fix(open3d): Enable pythonImportsCheck and add missing deps
srounce Jul 10, 2024
88b3d11
feat: Add .envrc.local template for providing GitHub token
srounce Jul 10, 2024
4a6b9c9
fix(tensorflow-probability): Per-system fetchAttrs hashes for Bazel b…
srounce Jul 10, 2024
68bd503
fix(bayes3d): Only include CUDA flavoured packages on Linux
srounce Jul 10, 2024
396f7b9
chore(devshell): Move devshell to its own flake-parts module
srounce Jul 10, 2024
4514a86
chore(flake): Move legacyPackages.python3Packages definition and over…
srounce Jul 10, 2024
2bf4768
chore(flake): Remove redundant FIXMEs
srounce Jul 10, 2024
4d9ae85
fix(opencv-python): Add aarch64-darwin hash for Python3.11 wheel
srounce Jul 10, 2024
0bf3ba3
fix(opencv-python): Remove breakpointHook and commented lines
srounce Jul 10, 2024
af65293
fix(flake): Python packages can access flake inputs
srounce Jul 11, 2024
e59fe69
chore(flake): Cleanup moved loadPackages function
srounce Jul 11, 2024
7a850bd
python3Packages.dm-tree: use wheel
zimbatm Jul 11, 2024
4fc0f17
fix(dm-tree): Use fetchPypi and enable Darwin platforms
srounce Jul 12, 2024
8496854
chore(.envrc): Disable entering devshell upon loading direnv environment
srounce Jul 12, 2024
7343a8b
fix(devshell): Execute CUDA-specific shellhook code only if CUDA is s…
srounce Jul 12, 2024
8ccf614
fix(bayes3d): Toggle CUDA inclusion based on nixpkgs.cudaSupport setting
srounce Jul 12, 2024
a48f9bf
fix(open3d): Toggle CUDA inclusion based on nixpkgs.cudaSupport setting
srounce Jul 12, 2024
9d507f3
chore(direnv): restore nix shell
zimbatm Jul 29, 2024
5738d57
chore(demo): fix demo notebook
zimbatm Jul 29, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
WIP: add bayes3d pythonImportsCheck
srounce committed Jul 9, 2024
commit 84416b910617c1271d3aae3a54b8cee197efc502
4 changes: 4 additions & 0 deletions pkgs/python-modules/bayes3d/default.nix
Original file line number Diff line number Diff line change
@@ -108,4 +108,8 @@ buildPythonPackage rec {
'';

#preferLocalBuild = true;

pythonImportsCheck = [
"bayes3d"
];
}