Skip to content
This repository has been archived by the owner on Nov 25, 2021. It is now read-only.

Commit

Permalink
Version and requirement updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
StokesMIDE committed Nov 1, 2021
1 parent 4ff3086 commit f4d6a99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
numpy>=1.16.6
ebmlite>=3.0.0
idelib>=3.2.2
idelib>=3.2.3
jinja2
pandas>=1.3
requests
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
INSTALL_REQUIRES = [
"numpy>=1.16.6",
"ebmlite>=3.0.0",
"idelib>=3.2.2",
"idelib>=3.2.3",
"requests",
"pandas>=1.3",
"jinja2", # required for pandas.DataFrame.style
Expand All @@ -23,7 +23,7 @@

setuptools.setup(
name='endaq-ide',
version='1.0.1b1',
version='1.1.0',
author='Mide Technology',
author_email='[email protected]',
description='A comprehensive, user-centric Python API for working with enDAQ data and devices',
Expand Down

0 comments on commit f4d6a99

Please sign in to comment.