Skip to content

Commit

Permalink
fix unsupported packages for python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
observingClouds committed Oct 28, 2024
1 parent 1040ca1 commit 12aa099
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 @@ -2,7 +2,7 @@ name: bitinfo
channels:
- conda-forge
dependencies:
- python
- python<3.13
- julia<1.9.0
- pyjulia
- libcurl<3.10
Expand Down
2 changes: 1 addition & 1 deletion tests/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: bitinfo-tests
channels:
- conda-forge
dependencies:
- python
- python<3.13
- julia<1.9.0
- pyjulia
- libcurl<3.10
Expand Down

0 comments on commit 12aa099

Please sign in to comment.