Skip to content

Commit

Permalink
loosen restrictions on loguru version to allow us to update
Browse files Browse the repository at this point in the history
  • Loading branch information
sconstable committed Jan 25, 2023
1 parent b926686 commit 04c1b79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
setup(name='deriver',
description='Deriver: for all your molecule generation needs.',
long_description='A software tool for the generation of novel chemical entities.',
version='2.7.3',
version='2.7.4',
url='https://github.com/cyclica/deriver',
license='All Rights Reserved Cyclica Inc.',
packages=find_packages('src'),
package_dir={'': 'src'},
include_package_data=True,
zip_safe=False,
install_requires=["selfies==1.0.1", "peewee>=3.9.3", "numpy>=1.16.3",
"crem==0.2.4", "loguru==0.4.1", "pandas>=1.0.*"]
"crem==0.2.4", "loguru>=0.4.1", "pandas>=1.0.*"]
)

0 comments on commit 04c1b79

Please sign in to comment.