Skip to content

Commit

Permalink
For smoother build
Browse files Browse the repository at this point in the history
  • Loading branch information
euyniy committed Jan 24, 2025
1 parent 4fb6d88 commit 0e9e977
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "libs/cnkalman"]
path = libs/cnkalman
url = ../cnkalman.git
url = https://github.com/cntools/cnkalman.git
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
packages=['pysurvive'],
package_dir={'pysurvive': 'bindings/python/pysurvive'},
package_data={'pysurvive': ['images/*']},
install_requires=['gooey'],
# install_requires=['gooey'],
include_package_data=False,
license='MIT',
cmake_args=cmake_args
Expand Down

0 comments on commit 0e9e977

Please sign in to comment.