Skip to content

Commit 28d8a40

Browse files
committed
pin pythonocc-core
1 parent df363ec commit 28d8a40

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
### Changed
1313

1414
* Changed `brepgprop_VolumeProperties` to `brepgprop.VolumeProperties`.
15+
* Pined `pythonocc-core` to `< 7.8` to avoid qt conflict with Pyside6.
1516

1617
### Removed
1718

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: occ
22
channels:
33
- conda-forge
44
dependencies:
5-
- pythonocc-core
5+
- pythonocc-core < 7.8
66
- pip:
77
- -r requirements.txt
88
- -r requirements-dev.txt

0 commit comments

Comments
 (0)