Skip to content

Commit

Permalink
Use wildcard for minor package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLoecker committed Mar 8, 2023
1 parent fbb5f36 commit 0d60e0d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,27 +27,27 @@ dependencies:
- r-stringr==1.4.0
- r-tidyverse==1.3.1
- r-zoo==1.8_10
- gurobi==10.0.1
- gurobi==10.*
- geoparse==2.0.3
- lxml==4.9.1
- markupsafe==2.0.1
- numpy==1.23.0
- pandas==1.4.3
- numpy==1.*
- pandas==1.*
- python==3.11.0
- requests==2.28.1
- rpy2==3.5.1
- scipy==1.10.1
- scipy==1.*
- sqlalchemy==1.4.39
- unidecode==1.3.4
- xlrd==2.0.1
- wget==1.20.3
- git==2.37.0
- git==2.*
- thermorawfileparser==1.4.0
- crux-toolkit==4.1
- bioservices==1.10.0
- tqdm==4.64.1
- scanpy==1.9.1
- pip==22.1.2
- tqdm==4.*
- scanpy==2.*
- pip==23.*
- pip:
- aioftp==0.21.2
- python-libsbml==5.19.2
Expand Down

0 comments on commit 0d60e0d

Please sign in to comment.