Skip to content

Commit

Permalink
Merge branch 'master' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
breakthewall committed Oct 25, 2023
2 parents d06e24b + 6e761e1 commit 8da1d55
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 19 deletions.
9 changes: 4 additions & 5 deletions environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: rptools
channels:
- conda-forge
dependencies:
- python >=3.9
- python <=3.11
- brs_utils # rpcompletion, rpfba, Args
- cobra # rpfba, rpextractsink, rplibs
- cobra >=0.26.3 # rpfba, rpextractsink, rplibs
- timeout-decorator # rpextractsink
- rdkit # rpextractsink, rplibs
- python-libsbml # rplibs, rpfba
Expand All @@ -13,13 +13,12 @@ dependencies:
- scipy # rpthermo
- equilibrator-api # rpthermo
- equilibrator-cache >=0.5.4 # rpthermo
- openbabel # rpthermo (equilibrator-assets)
- colored # rplibs
- networkx >=2.5 # rplibs
- filetype # rplibs (conda-forge)
- rr_cache>=3.1.1 # rpcompletion
- rr_cache >=3.1.1 # rpcompletion
- rxn_rebuild # rpcompletion
- chemlite # rpcompletion ,rpfba, rpthermo
- h5py # rpscore
- xgboost # rpscore
- sqlalchemy =1.4.31 # (for pandas requirements)
- bs4 # rpviz
2 changes: 1 addition & 1 deletion rptools/rprank/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
@author: Joan Hérisson, Jean_Loup Faulon
"""

from .rprank import rank
from rptools.rprank.rprank import rank
15 changes: 2 additions & 13 deletions rptools/rprank/__main__.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
from typing import (
Dict,
List
)
from logging import (
Logger,
getLogger
)
from os import (
path as os_path,
makedirs
)
from .rpRank import rank
from os import path as os_path
from .rprank import rank
from .Args import add_arguments
from rptools.rplibs import rpPathway
from rptools import build_args_parser
Expand Down

0 comments on commit 8da1d55

Please sign in to comment.