Skip to content

Commit 58337ba

Browse files
fix unavailable libcurl for python other than 3.13
1 parent 12aa099 commit 58337ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies:
55
- python<3.13
66
- julia<1.9.0
77
- pyjulia
8-
- libcurl<3.10
8+
- curl<3.10
99
- matplotlib-base
1010
- numpy
1111
- pooch

tests/environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies:
55
- python<3.13
66
- julia<1.9.0
77
- pyjulia
8-
- libcurl<3.10
8+
- curl<3.10
99
- matplotlib-base
1010
- numpy
1111
- pooch

0 commit comments

Comments
 (0)