We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 958adc8 + 29cdd52 commit 0ea292bCopy full SHA for 0ea292b
1 file changed
environment.yml
@@ -2,12 +2,12 @@ name: test
2
channels:
3
- conda-forge
4
dependencies:
5
- - python>=3.10
+ - python>=3.8
6
- sympy>=1.0.0,<2.0.0
7
- pandas>=0.21.0,<3.0.0
8
- - numpy>=1.13.0,<2.0.0
+ - numpy>=1.13.0,<3.0.0
9
- scikit-learn>=1.0.0,<2.0.0
10
- - pyjuliacall>=0.9.22,<0.9.23
+ - pyjuliacall>=0.9.24,<0.9.26
11
- click>=7.0.0,<9.0.0
12
- beartype>=0.19,<0.22
13
- typing-extensions>=4.0.0,<5.0.0
0 commit comments