Skip to content

Commit

Permalink
fix: add env yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hocnonsense committed Jul 11, 2024
1 parent 3a97e0a commit 3f2cd12
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
channels:
- conda-forge
- bioconda
- nodefaults
dependencies:
- python >=3.11
- pyyaml
4 changes: 2 additions & 2 deletions kegg_manual/data/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""
* @Date: 2024-02-13 10:58:21
* @LastEditors: Hwrn [email protected]
* @LastEditTime: 2024-07-11 11:30:48
* @LastEditTime: 2024-07-11 11:50:37
* @FilePath: /KEGG/kegg_manual/data/cache.py
* @Description:
"""
Expand All @@ -16,7 +16,7 @@
from pathlib import Path
from tempfile import NamedTemporaryFile
from time import sleep
from typing import Callable, Literal, TextIO, overload
from typing import Callable, Literal, TextIO

import importlib_resources

Expand Down

0 comments on commit 3f2cd12

Please sign in to comment.