File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 7
7
pull_request :
8
8
branches :
9
9
- main
10
+ paths :
11
+ - " seqikpy/**"
12
+ - " tests/**"
10
13
11
14
jobs :
12
15
test-and-format :
Original file line number Diff line number Diff line change 5
5
push :
6
6
branches :
7
7
- main
8
+ paths-ignore :
9
+ - " tests/**"
10
+ - " examples/**"
8
11
9
12
env :
10
13
BASE_URL : /${{ github.event.repository.name }}
Original file line number Diff line number Diff line change 4
4
from setuptools import setup , find_packages
5
5
6
6
setup (
7
- python_requires = ">3.8,<3.11 " ,
7
+ python_requires = ">3.8,<3.13 " ,
8
8
description = "Inverse kinematics module for Drosophila" ,
9
9
long_description = open ("README.md" ).read (),
10
10
long_description_content_type = "text/markdown" ,
11
11
install_requires = [
12
12
"ikpy>=3.3.4" ,
13
- "opencv-python== 4.5.* " ,
13
+ "opencv-python> 4.5" ,
14
14
"numpy<2.0" ,
15
15
"tqdm" ,
16
16
"matplotlib" ,
You can’t perform that action at this time.
0 commit comments