Skip to content

Commit

Permalink
Upgrade requirements and version
Browse files Browse the repository at this point in the history
  • Loading branch information
martimunicoy committed Jul 30, 2022
1 parent 22ff182 commit 4685e0a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion conda_recipe/frag_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ dependencies:
- mdtraj
- adaptive_pele>=1.7.1
- lib_prep>=1.1.2
- peleffy>=1.3.2
- peleffy>=1.4.3
4 changes: 2 additions & 2 deletions conda_recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# must do: conda-build -c carlesperez94 -c conda-forge -c nostrumbiodiscovery -c rdkit -c omnia -c martimunicoy --python=3.8 .
package:
name: frag_pele
version: "3.1.2"
version: "3.1.3"

about:
home: https://github.com/carlesperez94/frag_pele
Expand Down Expand Up @@ -36,7 +36,7 @@ requirements:
- mdtraj
- adaptive_pele>=1.7.1
- lib_prep>=1.1.2
- peleffy>=1.3.2
- peleffy>=1.4.3

test:
imports:
Expand Down
2 changes: 1 addition & 1 deletion frag_pele/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "3.1.2"
__version__ = "3.1.3"
name = "frag_pele"

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ pytest
#rdkit cannot be installed through PyPI
AdaptivePELE>=1.7.1
lib_prep>=1.1.2
peleffy>=1.3.2
peleffy>=1.4.3
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
include_package_data=True,
include_dirs=[numpy.get_include()],
install_requires=['cython', 'numpy', 'scipy', 'matplotlib', 'biopython ', 'pandas', 'prody==1.10', 'pytest',
'AdaptivePELE>=1.7.1', 'lib_prep>=1.1.2', 'mdtraj', 'peleffy>=1.3.2'],
'AdaptivePELE>=1.7.1', 'lib_prep>=1.1.2', 'mdtraj', 'peleffy>=1.4.3'],
cmdclass=cmdclass,
ext_modules=ext_modules, # accepts a glob pattern
#include_dirs=[numpy.get_include()],
Expand Down

0 comments on commit 4685e0a

Please sign in to comment.