Skip to content

Commit d64e353

Browse files
authored
Merge pull request #1605 from NVlabs/update-nix
Update nix
2 parents be57ba8 + 8e972fa commit d64e353

File tree

7 files changed

+10
-11
lines changed

7 files changed

+10
-11
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ jobs:
4646
- os: ubuntu-22.04
4747
cuda: "11.7"
4848
arch: 53
49-
python: "3.7"
49+
python: "3.8"
5050
- os: ubuntu-22.04
5151
cuda: "11.7"
5252
arch: 37
53-
python: "3.7"
53+
python: "3.8"
5454
cmake_flags: "-DNGP_BUILD_WITH_GUI=OFF -DNGP_BUILD_WITH_VULKAN=OFF -DNGP_BUILD_WITH_OPTIX=OFF"
5555
env:
5656
build_dir: "build"
@@ -125,7 +125,7 @@ jobs:
125125
visual_studio: "Visual Studio 17 2022"
126126
cuda: "12.6.3"
127127
arch: 53
128-
python: "3.7"
128+
python: "3.8"
129129
cmake_flags: "-DNGP_BUILD_WITH_GUI=OFF -DNGP_BUILD_WITH_VULKAN=OFF -DNGP_BUILD_WITH_OPTIX=OFF"
130130
env:
131131
build_dir: "build"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ In VR, you have the following controls.
162162
- __Windows:__ CUDA 11.5 or higher
163163
- __Linux:__ CUDA 10.2 or higher
164164
- __[CMake](https://cmake.org/) v3.21 or higher__.
165-
- __(optional) [Python](https://www.python.org/) 3.7 or higher__ for interactive bindings. Also, run `pip install -r requirements.txt`.
165+
- __(optional) [Python](https://www.python.org/) 3.8 or higher__ for interactive bindings. Also, run `pip install -r requirements.txt`.
166166
- __(optional) [OptiX](https://developer.nvidia.com/optix) 7.6 or higher__ for faster mesh SDF training.
167167
- __(optional) [Vulkan SDK](https://vulkan.lunarg.com/)__ for DLSS support.
168168

dependencies/OpenXR-SDK

Submodule OpenXR-SDK updated 189 files

dependencies/pybind11

Submodule pybind11 updated 320 files

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
config = {
1515
allowUnfree = true;
1616
cudaSupport = true;
17-
config.cudaVersion = "12";
1817
};
1918
};
2019
in

0 commit comments

Comments
 (0)