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 ff50a08 commit 3f7cf84Copy full SHA for 3f7cf84
.github/workflows/python-package.yml
@@ -14,7 +14,7 @@ jobs:
14
fail-fast: false
15
matrix:
16
os: [ubuntu-latest, macos-11, windows-latest]
17
- python-version: [3.8, 3.9]
+ python-version: [3.9, "3.10"]
18
include:
19
- os: ubuntu-latest
20
path: ~/.cache/pip
setup.py
@@ -24,14 +24,14 @@
24
"ipython",
25
"ipython-genutils",
26
"matplotlib>=3.0.3",
27
- "numpy",
+ "numpy<1.25",
28
"pandas>=1.0",
29
"python-dateutil",
30
"pyyaml",
31
"requests",
32
"setuptools",
33
"scikit-image",
34
- "scikit-learn",
+ "scikit-learn<1.2.2",
35
"scikit-kinematics",
36
"scipy",
37
"tables",
0 commit comments