From 05d1a9162c7191402bc5d56b4bb889b44c459c7a Mon Sep 17 00:00:00 2001
From: Samuel Mondal <samuel.mondal@unibas.ch>
Date: Mon, 12 Dec 2022 23:47:12 +0100
Subject: [PATCH] version addition

---
 environment.yml      | 18 ++++++++++++++++++
 requirements.txt     |  2 +-
 requirements_dev.txt | 14 +++++++-------
 3 files changed, 26 insertions(+), 8 deletions(-)
 create mode 100644 environment.yml

diff --git a/environment.yml b/environment.yml
new file mode 100644
index 0000000..b7d8c9e
--- /dev/null
+++ b/environment.yml
@@ -0,0 +1,18 @@
+name: transcript-sequence-extractor
+channels:
+  - defaults
+  - conda-forge
+  - bioconda
+dependencies:
+  - python=3.10
+  - pandas=1.5
+  - numpy=1.23
+  - gtfparse=1.2
+  - pip=22.3
+  - pytest=7.2
+  - coverage=6.5
+  - black=22.10
+  - flake8=6.0
+  - flake8-docstrings=1.6
+  - mypy=0.991
+  - pylint=2.15
diff --git a/requirements.txt b/requirements.txt
index ed4c674..4ce7c7f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,3 @@
  pandas ~= 1.5
  numpy ~= 1.23
- gtfparse ~= 1.3
+ gtfparse ~= 1.2
diff --git a/requirements_dev.txt b/requirements_dev.txt
index 4360923..ab4c496 100644
--- a/requirements_dev.txt
+++ b/requirements_dev.txt
@@ -1,7 +1,7 @@
-pytest
-coverage
-black
-flake8
-flake8-docstrings
-mypy
-pylint
+pytest~=7.2
+coverage~=6.5
+black~=22.10
+flake8~=6.0
+flake8-docstrings~=1.6
+mypy~=0.991
+pylint~=2.15
-- 
GitLab