Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
foxfixfax committed Jun 5, 2022
2 parents 62c428f + c916b86 commit 08b36d9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.7'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
author = 'Mykyta Onizhuk'

# The full version, including alpha/beta/rc tags
release = '1.0.1.2'
release = '1.0.1'


# -- General configuration ---------------------------------------------------
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from distutils.core import setup

import setuptools
from setuptools import setup

setup(
name='pycce',
Expand All @@ -10,6 +9,8 @@
author='Nikita Onizhuk',
author_email='onizhuk@uchicago.edu',
description='A package to compute spin dynamics using CCE method',
long_description=open('README.md', 'r').read(),
long_description_content_type='text/markdown',
packages=setuptools.find_packages(),
install_requires=[
'numpy', 'scipy', 'ase', 'pandas'
Expand Down

0 comments on commit 08b36d9

Please sign in to comment.