Skip to content

Commit

Permalink
higher python compatibility (#164)
Browse files Browse the repository at this point in the history
* higher python compatibility

* wip: relax conda

* ci: remove macOS testing
  • Loading branch information
jannisborn authored May 17, 2024
1 parent 081a6ef commit 78ad7c9
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 10 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:
- os: ubuntu-latest
pip_cache_path: ~/.cache/pip
experimental: false
- os: macos-latest
pip_cache_path: ~/Library/Caches/pip
experimental: false
- os: windows-latest
pip_cache_path: ~\AppData\Local\pip\Cache
experimental: true
Expand Down
5 changes: 1 addition & 4 deletions conda.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: pytoda
channels:
- https://conda.anaconda.org/rdkit
dependencies:
- rdkit=2019.03.1
- python>=3.7,<3.8
- python>=3.8
- pip>=19.1,<20.3
- pip:
- -r file:requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion pytoda/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name = 'pytoda'
__version__ = '1.1.4'
__version__ = '1.1.5'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ pyfaidx>=0.6.0
PubChemPy>=1.0.4
importlib_resources>=5.2.2
Unidecode>=1.1.2
rdkit-pypi>=2021.9.3
rdkit
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def get_version(rel_path):
'pubchempy',
'importlib_resources',
'Unidecode',
'rdkit-pypi>=2021.9.3',
'rdkit',
],
classifiers=[
'Intended Audience :: Developers',
Expand Down

0 comments on commit 78ad7c9

Please sign in to comment.