Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
33 changes: 33 additions & 0 deletions environments/dev.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: rtxpy-dev
channels:
- conda-forge
dependencies:
- python=3.12
- cupy>=12.0
- numba>=0.56
- zarr>=2.0
- numpy>=1.21,<3
- xarray
- rioxarray
- xarray-spatial
- pyproj
- pillow
- pyglfw
- moderngl
- libegl-devel
- scipy
- duckdb<1.4
- requests
- matplotlib
- pytest
- ruff
- pip
- cmake
- git

# After creating this environment, install pyoptix-contrib and rtxpy:
#
# conda activate rtxpy-dev
# git clone --depth 1 https://github.com/NVIDIA/optix-dev.git /tmp/optix-dev
# CMAKE_PREFIX_PATH=/tmp/optix-dev pip install pyoptix-contrib
# pip install -e ".[all]"
9 changes: 9 additions & 0 deletions environments/test-py310.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: rtxpy-test-py310
channels:
- makepath
- conda-forge
dependencies:
- python=3.10
- rtxpy=0.0.6
- libegl-devel
- pytest
9 changes: 9 additions & 0 deletions environments/test-py311.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: rtxpy-test-py311
channels:
- makepath
- conda-forge
dependencies:
- python=3.11
- rtxpy=0.0.6
- libegl-devel
- pytest
9 changes: 9 additions & 0 deletions environments/test-py312.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: rtxpy-test-py312
channels:
- makepath
- conda-forge
dependencies:
- python=3.12
- rtxpy=0.0.6
- libegl-devel
- pytest
9 changes: 9 additions & 0 deletions environments/test-py313.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: rtxpy-test-py313
channels:
- makepath
- conda-forge
dependencies:
- python=3.13
- rtxpy=0.0.6
- libegl-devel
- pytest
Loading
Loading