Skip to content

Commit

Permalink
fix unavailable libcurl for python other than 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
observingClouds committed Oct 28, 2024
1 parent 12aa099 commit 58337ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
- python<3.13
- julia<1.9.0
- pyjulia
- libcurl<3.10
- curl<3.10
- matplotlib-base
- numpy
- pooch
Expand Down
2 changes: 1 addition & 1 deletion tests/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
- python<3.13
- julia<1.9.0
- pyjulia
- libcurl<3.10
- curl<3.10
- matplotlib-base
- numpy
- pooch
Expand Down

0 comments on commit 58337ba

Please sign in to comment.