We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df363ec commit 28d8a40Copy full SHA for 28d8a40
CHANGELOG.md
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
### Changed
13
14
* Changed `brepgprop_VolumeProperties` to `brepgprop.VolumeProperties`.
15
+* Pined `pythonocc-core` to `< 7.8` to avoid qt conflict with Pyside6.
16
17
### Removed
18
environment.yml
@@ -2,7 +2,7 @@ name: occ
2
channels:
3
- conda-forge
4
dependencies:
5
- - pythonocc-core
+ - pythonocc-core < 7.8
6
- pip:
7
- -r requirements.txt
8
- -r requirements-dev.txt
0 commit comments