We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c34f94 commit d2d1767Copy full SHA for d2d1767
.travis.yml
@@ -1,7 +1,6 @@
1
language: python
2
dist: bionic
3
python:
4
-- '3.7'
5
- '3.8'
6
- '3.9'
7
- '3.10'
@@ -19,6 +18,7 @@ script:
19
18
branches:
20
only:
21
- main
+ - gh-pages
22
deploy:
23
- provider: pages
24
skip_cleanup: true
setup.py
@@ -4,7 +4,7 @@
packages.append("")
setup(name='gemd',
- version='1.16.4',
+ version='1.16.5',
8
python_requires='>=3.8',
9
url='http://github.com/CitrineInformatics/gemd-python',
10
description="Python binding for Citrine's GEMD data model",
@@ -23,7 +23,7 @@
'tests.units': ['test_units.txt']
},
25
install_requires=[
26
- "pint>=0.20,<1",
+ "pint>=0.20,<0.23",
27
"deprecation>=2.1.0,<3"
28
],
29
extras_require={
0 commit comments