Skip to content

Commit 0ea292b

Browse files
authored
Merge pull request #933 from MilesCranmer/fix-local-conda
deps: fix local conda env versions
2 parents 958adc8 + 29cdd52 commit 0ea292b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

environment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: test
22
channels:
33
- conda-forge
44
dependencies:
5-
- python>=3.10
5+
- python>=3.8
66
- sympy>=1.0.0,<2.0.0
77
- pandas>=0.21.0,<3.0.0
8-
- numpy>=1.13.0,<2.0.0
8+
- numpy>=1.13.0,<3.0.0
99
- scikit-learn>=1.0.0,<2.0.0
10-
- pyjuliacall>=0.9.22,<0.9.23
10+
- pyjuliacall>=0.9.24,<0.9.26
1111
- click>=7.0.0,<9.0.0
1212
- beartype>=0.19,<0.22
1313
- typing-extensions>=4.0.0,<5.0.0

0 commit comments

Comments
 (0)