Skip to content

Commit 62f59d9

Browse files
ooctipushougantc-nvda
authored andcommitted
Removes scikit-learn dependency (isaac-sim#3799)
# Description This PR removes scikit-learn dependency because we are no longer using this package anywhere in our code. scikit-learn package also has prebundled libgomp.so that conflict with the aarch system default libgomp.so and causing issue for other packages that tries to use scikit-learn libgomp. ## Type of change <!-- As you go through the list, delete the ones that are not applicable. --> - Bug fix (non-breaking change which fixes an issue) ## Screenshots Please attach before and after screenshots of the change if applicable. <!-- Example: | Before | After | | ------ | ----- | | _gif/png before_ | _gif/png after_ | To upload images to a PR -- simply drag and drop an image while in edit mode and it should upload the image directly. You can then paste that source into the above before/after sections. --> ## Checklist - [x] I have read and understood the [contribution guidelines](https://isaac-sim.github.io/IsaacLab/main/source/refs/contributing.html) - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./isaaclab.sh --format` - [] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [x] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file - [x] I have added my name to the `CONTRIBUTORS.md` or my name already exists there <!-- As you go through the checklist above, you can mark something as done by putting an x character in it For example, - [x] I have done this task - [ ] I have not done this task -->
1 parent b987870 commit 62f59d9

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

source/isaaclab_tasks/config/extension.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
# Note: Semantic Versioning is used: https://semver.org/
4-
version = "0.11.4"
4+
version = "0.11.5"
55

66
# Description
77
title = "Isaac Lab Environments"

source/isaaclab_tasks/docs/CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Changelog
22
---------
33

4+
0.11.5 (2025-10-22)
5+
~~~~~~~~~~~~~~~~~~
6+
7+
Removed
8+
^^^^^^^
9+
10+
* Removed scikit-learn dependency because we are no longer using this package.
11+
12+
413
0.11.4 (2025-10-20)
514
~~~~~~~~~~~~~~~~~~~~
615

0 commit comments

Comments
 (0)