Skip to content

Commit 3f7cf84

Browse files
authored
Update setup.py (#37)
* Update setup.py * Update setup.py * Update python-package.yml
1 parent ff50a08 commit 3f7cf84

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [ubuntu-latest, macos-11, windows-latest]
17-
python-version: [3.8, 3.9]
17+
python-version: [3.9, "3.10"]
1818
include:
1919
- os: ubuntu-latest
2020
path: ~/.cache/pip

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
"ipython",
2525
"ipython-genutils",
2626
"matplotlib>=3.0.3",
27-
"numpy",
27+
"numpy<1.25",
2828
"pandas>=1.0",
2929
"python-dateutil",
3030
"pyyaml",
3131
"requests",
3232
"setuptools",
3333
"scikit-image",
34-
"scikit-learn",
34+
"scikit-learn<1.2.2",
3535
"scikit-kinematics",
3636
"scipy",
3737
"tables",

0 commit comments

Comments
 (0)