Skip to content

Commit

Permalink
fix ver (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
hmacdope authored Oct 15, 2024
1 parent ef8c688 commit f77b4ba
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion devtools/conda_envs/distopia_macos-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ dependencies:
- scikit-build
- clang <=15.0
- clangxx <=15.0
- libxcrypt
- libxcrypt
- versioningit
3 changes: 2 additions & 1 deletion devtools/conda_envs/distopia_ubuntu-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ dependencies:
- pytest
- scikit-build
- compilers
- libxcrypt
- libxcrypt
- versioningit
1 change: 1 addition & 0 deletions devtools/conda_envs/distopia_windows-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ dependencies:
- pytest
- scikit-build
- m2w64-gcc
- versioningit
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ requires = [
"cmake",
"cython",
"versioningit",
"ninja; platform_system!='Windows'"
"ninja; platform_system!='Windows'",
"versioningit"
]

build-backend = "setuptools.build_meta"
Expand Down

0 comments on commit f77b4ba

Please sign in to comment.